We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1233f9d commit 9889afeCopy full SHA for 9889afe
1 file changed
.github/workflows/tests.yml
@@ -40,16 +40,16 @@ jobs:
40
- name: E2E Chromium
41
uses: cypress-io/github-action@v6
42
with:
43
- working-directory: packages/tests
44
- start: pnpm start --host 127.0.0.1 --port 3000
+ install: false
+ start: pnpm --filter tests start --host 127.0.0.1 --port 3000
45
wait-on: 'http://127.0.0.1:3000'
46
browser: chromium
47
48
- name: E2E Firefox
49
50
51
52
53
54
browser: firefox
55
0 commit comments