Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Jun 28, 2024
1 parent 1645268 commit 872dbc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
- main

jobs:
build:
playwright:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.45.0-jammy
timeout-minutes: 60

steps:
Expand All @@ -23,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
rm -rf node_modules && rm -rf ./react-example/node_modules
yarn install:all --frozen-lockfile
yarn install --frozen-lockfile && yarn --cwd ./react-example install --frozen-lockfile
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Start React Sample App
Expand Down

0 comments on commit 872dbc9

Please sign in to comment.