Make aca-playwright-shared buildable and publishable (#4098)

* Make aca-playwright-shared buildable and publishable

* Small PR workflow fix
This commit is contained in:
MichalKinas
2024-09-04 18:24:46 +02:00
committed by GitHub
parent ea1fc8af03
commit 96df46a32a
141 changed files with 207 additions and 156 deletions

View File

@@ -99,7 +99,7 @@ jobs:
- name: Test all
if: ${{ github.event_name != 'pull_request' }}
run: npx nx run-many --target=test --browsers=ChromeHeadless --watch=false $TEST_OPTS --base=origin/develop
run: npx nx run-many --target=test --browsers=ChromeHeadless --watch=false $TEST_OPTS
e2es-playwright:
needs: [lint, build, unit-tests]