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 2828 artifactRetentionDays : 14
2929 # Bump Node memory limit
3030 NODE_OPTIONS : " --max_old_space_size=4096"
31+ PROJECT_CONFIG : ${{ secrets.TEST_PROJECT_CONFIG }}
3132
3233jobs :
3334 build :
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
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
You can’t perform that action at this time.
0 commit comments