Skip to content

Commit

Permalink
fix(ci): run Playwright tests in app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lemilonkh committed Apr 22, 2024
1 parent ab986ed commit e42ebe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Switch into app directory
run: cd app/
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit e42ebe5

Please sign in to comment.