Skip to content

Commit dc2224e

Browse files
committed
set env var at top of test-all.yml
1 parent 9e516f5 commit dc2224e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828
artifactRetentionDays: 14
2929
# Bump Node memory limit
3030
NODE_OPTIONS: "--max_old_space_size=4096"
31+
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
3132

3233
jobs:
3334
build:
@@ -45,8 +46,6 @@ jobs:
4546
with:
4647
node-version: 22.10.0
4748
- name: Test setup and yarn install
48-
env:
49-
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
5049
run: |
5150
echo $PROJECT_CONFIG > config/project.json
5251
yarn
@@ -70,8 +69,6 @@ jobs:
7069
name: (bulk) Node.js and Browser (Chrome) Tests
7170
needs: build
7271
runs-on: ubuntu-latest
73-
env:
74-
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
7572
steps:
7673
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
7774
- name: install Chrome stable

0 commit comments

Comments
 (0)