Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Aug 8, 2023
1 parent a4c00e7 commit 871b2ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
uses: actions/cache@v3
with:
path: frontend/e2e/fixtures
key: staging-e2e-fixtures
key: local-e2e-fixtures

- name: Fetch staging fixture data
- name: Fetch fixture data
env:
ENV: staging
ENV: local
run: node scripts/fetch-e2e-fixtures

e2e:
Expand Down Expand Up @@ -152,11 +152,10 @@ jobs:
uses: actions/cache@v3
with:
path: frontend/e2e/fixtures
key: staging-e2e-fixtures
key: local-e2e-fixtures

- name: Run E2E Tests
env:
CI: true
BROWSER: ${{ matrix.browser }}
ENV: local
run: yarn e2e:ci --shard ${{ matrix.shardCurrent }}/${{ matrix.shardTotal }}
Expand Down

0 comments on commit 871b2ef

Please sign in to comment.