File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 TESTING=true npm run build --if-present
7676
7777 - name : Save context
78- uses : buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
78+ uses : buildjet/cache/save@v4
7979 with :
8080 key : cypress-context-${{ github.run_id }}
8181 path : ./
9595
9696 steps :
9797 - name : Restore context
98- uses : buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
98+ uses : buildjet/cache/restore@v4
9999 with :
100100 fail-on-cache-miss : true
101101 key : cypress-context-${{ github.run_id }}
@@ -110,7 +110,7 @@ jobs:
110110 run : npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
111111
112112 - name : Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
113- uses : cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # v6.7.5
113+ uses : cypress-io/github-action@0da3c06ed8217b912deea9d8ee69630baed1737e # v6.7.6
114114 with :
115115 record : ${{ secrets.CYPRESS_RECORD_KEY && true }}
116116 parallel : ${{ secrets.CYPRESS_RECORD_KEY && true }}
You can’t perform that action at this time.
0 commit comments