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 caf0d11 commit 35ba18aCopy full SHA for 35ba18a
1 file changed
.github/workflows/playwright.yaml
@@ -22,6 +22,10 @@ jobs:
22
run: |
23
docker compose run --rm phpfpm composer install
24
25
+ - name: Copy fixture assets to public/fixtures
26
+ run: |
27
+ docker compose run --rm phpfpm cp -r fixtures/public/fixtures public/fixtures
28
+
29
- name: Build assets
30
31
docker compose run --rm node npm install
0 commit comments