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