Skip to content

Commit 2b0b671

Browse files
committed
ci: update ci.yml
1 parent 63b8463 commit 2b0b671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
- name: 🔄 E2E Tests
3636
run: |
3737
cd src/client && fluentci run --wasm cypress install
38-
fluentci run --wasm ../.. e2e
38+
cd ../..
39+
fluentci run --wasm . e2e

0 commit comments

Comments
 (0)