Skip to content

Commit

Permalink
chore: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jan 4, 2024
1 parent 05b590f commit be75503
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@ on:
pull_request:
branches: [main]
jobs:
test-studio:
e2e-studio:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Checkout respository
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/setup

- name: Install Playwright Browsers
run: pnpm -F studio exec playwright install --with-deps

- name: Run Playwright tests
run: pnpm -F studio exec playwright test

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit be75503

Please sign in to comment.