Skip to content

Commit

Permalink
fix web e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Nov 6, 2024
1 parent 62db0a2 commit aca896f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/web-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
test:
if: github.repository == 'Expensify/react-native-live-markdown'
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./WebExample

concurrency:
group: web-e2e-test-${{ github.ref }}
Expand All @@ -38,7 +35,6 @@ jobs:

- name: Install node_modules
run: npm ci --ignore-scripts
working-directory: ..

- name: Install browsers
run: npx playwright install --with-deps
Expand All @@ -48,3 +44,4 @@ jobs:

- name: Run Playwright tests
run: npm run test
working-directory: WebExample

0 comments on commit aca896f

Please sign in to comment.