File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ concurrency:
1010 group : ${{ github.workflow }}-${{ github.ref }}
1111 cancel-in-progress : true
1212
13- env :
14- since_flag : ${{ github.event_name == 'pull_request' && format('--filter "...[origin/{0}]"', github.base_ref) || '' }}
15-
1613jobs :
1714 e2e :
1815 name : Run automated end-to-end tests on Firefox
4340 with :
4441 node-version-file : " .nvmrc"
4542 cache : " pnpm"
46- - name : Get sha of main
47- run : echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
48- - name : Restore Turbo Cache
49- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
50- with :
51- path : node_modules/.cache/turbo
52- key : turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}-${{ env.main_sha }}
53- restore-keys : |
54- turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}
5543 - name : Install dependencies
5644 run : pnpm install
5745 - name : " Executing E2E tests"
You can’t perform that action at this time.
0 commit comments