We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9888349 commit 26d10dbCopy full SHA for 26d10db
.github/workflows/actions/run-tests/action.yaml
@@ -53,6 +53,7 @@ runs:
53
- name: Run Tests
54
env:
55
NODE_OPTIONS: "--max_old_space_size=4096"
56
+ MDB_IS_TEST: "true"
57
run: |
58
npm run test
59
shell: bash
.github/workflows/draft-release.yaml
@@ -129,7 +129,6 @@ jobs:
129
GARASIGN_USERNAME: ${{ secrets.GARASIGN_USERNAME }}
130
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
131
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
132
- MDB_IS_TEST: "true"
133
134
test:
135
name: Test
.github/workflows/test-and-build.yaml
@@ -78,4 +78,3 @@ jobs:
78
79
80
81
0 commit comments