Update playwright_pre.yml

This commit is contained in:
Kateryna Maruk 2023-06-01 21:19:53 +03:00 committed by GitHub
parent 34aad54456
commit 43b876fee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}
run: npx playwright test /tests/dashboard/dashboard-libraries.spec.js --project=firefox
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with: