mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 07:42:10 +00:00
fixing workfile
This commit is contained in:
parent
b354cd0f25
commit
46bbc2cf96
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
run: cd Playwright && npm install && npx playwright test
|
||||
run: cd Playwright && npm install && npx playwright install && npx playwright test
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user