We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b8463 commit 2b0b671Copy full SHA for 2b0b671
.github/workflows/ci.yml
@@ -35,4 +35,5 @@ jobs:
35
- name: 🔄 E2E Tests
36
run: |
37
cd src/client && fluentci run --wasm cypress install
38
- fluentci run --wasm ../.. e2e
+ cd ../..
39
+ fluentci run --wasm . e2e
0 commit comments