Skip to content

Commit 7016d67

Browse files
committed
#232 install playwright in CI
1 parent 5d1165e commit 7016d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
run: nohup pnpm start &
5151
- name: Run atomic-server docker image in background (for testing)
5252
run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server --initialize &
53+
- run: pnpx playwright install
5354
- run: pnpm test
5455
- name: Upload failed e2e test screenshots
5556
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)