Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrtqKr committed May 6, 2024
1 parent a702f31 commit 94e22d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
e2e_test:
if: github.repository == 'Expensify/react-native-live-markdown'
runs-on: ubuntu-latest
runs-on: macOS-latest
defaults:
run:
working-directory: ./WebExample
Expand All @@ -43,11 +43,6 @@ jobs:

- name: Install browsers
run: npx playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Install dependencies for browsers
run: npx playwright install-deps
if: steps.playwright-cache.outputs.cache-hit == 'true'

- name: Run playwright tests
run: yarn test
Expand Down

0 comments on commit 94e22d6

Please sign in to comment.