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 8a28235 commit 942d005Copy full SHA for 942d005
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Start dev server
51
run: nohup pnpm start &
52
- name: Run atomic-server docker image in background (for testing)
53
- run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server --initialize &
+ run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server:develop --initialize &
54
- run: pnpm playwright-install
55
- run: SERVER_URL=http://localhost pnpm test
56
- name: Upload failed e2e test screenshots
0 commit comments