Skip to content

Commit

Permalink
moved and added working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjohn7 committed May 10, 2023
1 parent acfe3f4 commit ab0d720
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
with:
node-version: 16
- name: Install dependencies
- working-directory: ./App
run: npm ci
- name: Install Playwright Browsers
- working-directory: ./App
run: npx playwright install --with-deps
- name: Run Playwright tests
- working-directory: ./App
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit ab0d720

Please sign in to comment.