Skip to content

Commit 942d005

Browse files
committed
Use develop docker image
1 parent 8a28235 commit 942d005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Start dev server
5151
run: nohup pnpm start &
5252
- 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 &
53+
run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server:develop --initialize &
5454
- run: pnpm playwright-install
5555
- run: SERVER_URL=http://localhost pnpm test
5656
- name: Upload failed e2e test screenshots

0 commit comments

Comments
 (0)