Skip to content

Commit 97f08e7

Browse files
author
Shane Osbourne
committedSep 10, 2023
removing cypress
1 parent 8731b98 commit 97f08e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Playwright Browsers
4141
run: npx playwright install --with-deps
4242
- name: Run Playwright tests
43-
run: npm test:e2e
43+
run: npm run test:e2e
4444
- uses: actions/upload-artifact@v3
4545
if: always()
4646
with:

0 commit comments

Comments
 (0)
Please sign in to comment.