Skip to content

Commit 6fbec0c

Browse files
Pollepsjoepio
authored andcommitted
#212 install playwright with local dependancy
1 parent 90d5520 commit 6fbec0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: nohup pnpm start &
5252
- name: Run atomic-server docker image in background (for testing)
5353
run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server --initialize &
54-
- run: pnpx playwright install
54+
- run: pnpm playwright-install
5555
- run: SERVER_URL=http://localhost pnpm test
5656
- name: Upload failed e2e test screenshots
5757
uses: actions/upload-artifact@v3

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"test-query": "pnpm run --filter @tomic/data-browser test-query",
4343
"start": "pnpm run -r --parallel start",
4444
"typedoc": "typedoc . --options typedoc.json",
45-
"typecheck": "pnpm run -r --parallel typecheck"
45+
"typecheck": "pnpm run -r --parallel typecheck",
46+
"playwright-install": "playwright install"
4647
},
4748
"workspaces": {
4849
"packages": [

0 commit comments

Comments
 (0)