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 5d1165e commit 7016d67Copy full SHA for 7016d67
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
run: nohup pnpm start &
51
- name: Run atomic-server docker image in background (for testing)
52
run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server --initialize &
53
+ - run: pnpx playwright install
54
- run: pnpm test
55
- name: Upload failed e2e test screenshots
56
uses: actions/upload-artifact@v3
0 commit comments