We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6ae66 commit a78aee6Copy full SHA for a78aee6
.github/workflows/playwright.yml
@@ -30,6 +30,7 @@ jobs:
30
timeout-minutes: 15
31
runs-on: ubuntu-latest
32
steps:
33
+ - uses: actions/checkout@v4
34
- name: Run Playwright tests
35
run: docker compose --profile tests run playwright
36
- uses: actions/upload-artifact@v4
@@ -43,6 +44,7 @@ jobs:
43
44
45
46
47
48
49
run: docker compose -f docker-compose.yml -f docker-compose.ent.override.yml --profile tests run playwright
50
0 commit comments