Skip to content

Commit 35ba18a

Browse files
committed
4565: Added copy fixture assets step to playwright github actions
1 parent caf0d11 commit 35ba18a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: |
2323
docker compose run --rm phpfpm composer install
2424
25+
- name: Copy fixture assets to public/fixtures
26+
run: |
27+
docker compose run --rm phpfpm cp -r fixtures/public/fixtures public/fixtures
28+
2529
- name: Build assets
2630
run: |
2731
docker compose run --rm node npm install

0 commit comments

Comments
 (0)