Skip to content

Commit a78aee6

Browse files
committed
added checkout
1 parent 5c6ae66 commit a78aee6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
timeout-minutes: 15
3131
runs-on: ubuntu-latest
3232
steps:
33+
- uses: actions/checkout@v4
3334
- name: Run Playwright tests
3435
run: docker compose --profile tests run playwright
3536
- uses: actions/upload-artifact@v4
@@ -43,6 +44,7 @@ jobs:
4344
timeout-minutes: 15
4445
runs-on: ubuntu-latest
4546
steps:
47+
- uses: actions/checkout@v4
4648
- name: Run Playwright tests
4749
run: docker compose -f docker-compose.yml -f docker-compose.ent.override.yml --profile tests run playwright
4850
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)