Skip to content

Commit cdb6670

Browse files
committed
fix(env): set CI ENVIRONMENT to test in gha action
The assertExists method failed as ENVIRONMENT was not set
1 parent 21bad39 commit cdb6670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
environment: test
99

1010
env:
11+
ENVIRONMENT: "test"
1112
PORT: ${{ vars.PORT }}
1213
CHAIN_ID: ${{ vars.CHAIN_ID }}
1314
BATCH_SIZE: ${{ vars.BATCH_SIZE }}

0 commit comments

Comments
 (0)