File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 node-version : [14]
23- # containers: [1, 2, 3]
23+ containers : [1, 2, 3, 4 ]
2424 php-versions : [ '7.4' ]
2525 databases : [ 'sqlite' ]
2626 server-versions : [ 'master' ]
5454 ref : ${{ matrix.server-versions }}
5555 path : apps/viewer
5656
57- - name : npm install, build viewer in testing mode
58- working-directory : apps/viewer
59- run : |
60- npm ci
61- TESTING=true npm run build
62-
6357 - name : Checkout ${{ env.APP_NAME }}
6458 uses : actions/checkout@v3
6559 with :
10599 uses : cypress-io/github-action@v3
106100 with :
107101 record : true
108- parallel : false
102+ parallel : true
109103 wait-on : ' ${{ env.CYPRESS_baseUrl }}'
110104 working-directory : ' apps/${{ env.APP_NAME }}'
111105 config : defaultCommandTimeout=10000,video=false
You can’t perform that action at this time.
0 commit comments