Skip to content

Commit f643ab7

Browse files
test: remove unnecessary steps
1 parent a1b6ea2 commit f643ab7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/RunE2EFirefox.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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-
1613
jobs:
1714
e2e:
1815
name: Run automated end-to-end tests on Firefox
@@ -43,15 +40,6 @@ jobs:
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"

0 commit comments

Comments
 (0)