Skip to content

Commit

Permalink
new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 30, 2023
1 parent 91a120d commit 08c96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
context: .
ipc: host # Using --ipc=host is recommended when using Chrome. Chrome can run out of memory without this flag.
working_dir: /usr/src/app/internal/e2e-js
command: npm run -w=@sw-internal/e2e-js dev # -- roomSession.spec.ts
command: npm run -w=@sw-internal/e2e-js dev -- webrtcCalling.spec.ts
volumes:
- ./:/usr/src/app

Expand Down

0 comments on commit 08c96f5

Please sign in to comment.