Skip to content

Commit 26d10db

Browse files
committed
Add MDB_IS_TEST in new actions script
1 parent 9888349 commit 26d10db

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/actions/run-tests/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ runs:
5353
- name: Run Tests
5454
env:
5555
NODE_OPTIONS: "--max_old_space_size=4096"
56+
MDB_IS_TEST: "true"
5657
run: |
5758
npm run test
5859
shell: bash

.github/workflows/draft-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
GARASIGN_USERNAME: ${{ secrets.GARASIGN_USERNAME }}
130130
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
131131
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
132-
MDB_IS_TEST: "true"
133132

134133
test:
135134
name: Test

.github/workflows/test-and-build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ jobs:
7878
GARASIGN_USERNAME: ${{ secrets.GARASIGN_USERNAME }}
7979
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
8080
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
81-
MDB_IS_TEST: "true"

0 commit comments

Comments
 (0)