File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments