Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlligatorAffe authored Apr 19, 2024
1 parent a0d6433 commit 96ef8e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Install playwright testing.
- run: npx playwright install --with-deps
- run: npx playwright test
run: npx playwright install --with-deps
- name: Run playwright test.
run: npx playwright test

0 comments on commit 96ef8e1

Please sign in to comment.