fixing workfile

This commit is contained in:
armel 2023-04-18 17:23:01 +02:00
parent b354cd0f25
commit 46bbc2cf96

View File

@ -18,7 +18,7 @@ jobs:
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: npx playwright install --with-deps run: npx playwright install --with-deps
- name: Run Playwright tests - 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 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with: