Skip to content

Commit

Permalink
set env in the execution step of the job
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Sep 26, 2023
1 parent 7dd84cc commit 4cd1199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
# https://github.com/firebase/firebase-js-sdk/pull/7453 and it needs to be investigated.
env:
NODE_OPTIONS: "--max_old_space_size=4096"
EXPERIMENTAL_MODE: true
steps:
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
- name: install Chrome stable
Expand Down Expand Up @@ -172,6 +171,7 @@ jobs:
node scripts/print_test_logs.js
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
EXPERIMENTAL_MODE: true
- name: Generate coverage file
run: yarn ci:coverage
- name: Run coverage
Expand Down

0 comments on commit 4cd1199

Please sign in to comment.