File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 28
28
artifactRetentionDays : 14
29
29
# Bump Node memory limit
30
30
NODE_OPTIONS : " --max_old_space_size=4096"
31
+ PROJECT_CONFIG : ${{ secrets.TEST_PROJECT_CONFIG }}
31
32
32
33
jobs :
33
34
build :
45
46
with :
46
47
node-version : 22.10.0
47
48
- name : Test setup and yarn install
48
- env :
49
- PROJECT_CONFIG : ${{ secrets.TEST_PROJECT_CONFIG }}
50
49
run : |
51
50
echo $PROJECT_CONFIG > config/project.json
52
51
yarn
70
69
name : (bulk) Node.js and Browser (Chrome) Tests
71
70
needs : build
72
71
runs-on : ubuntu-latest
73
- env :
74
- PROJECT_CONFIG : ${{ secrets.TEST_PROJECT_CONFIG }}
75
72
steps :
76
73
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
77
74
- name : install Chrome stable
You can’t perform that action at this time.
0 commit comments