Skip to content

Commit

Permalink
Testing another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinkdb committed Sep 8, 2023
1 parent 57bbf17 commit c94c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run e2e tests
run: |
npm ci
E2E_HOST=$E2E_HOST E2E_PATH=$E2E_PATH E2E_ACCESS_TOKEN=$E2E_ACCESS_TOKEN NODE_OPTIONS="--max-old-space-size=4096" npm run e2e
E2E_HOST={{env.E2E_HOST}} E2E_PATH={{env.E2E_PATH}} E2E_ACCESS_TOKEN={{env.E2E_ACCESS_TOKEN}} NODE_OPTIONS="--max-old-space-size=4096" npm run e2e
- name: Coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit c94c2f6

Please sign in to comment.