Skip to content

Commit d930108

Browse files
committed
update ci.yml and fluentci.toml
1 parent 781d6af commit d930108

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.fluentci/fluentci.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ env = ["CI=true", "NODE_ENV=test"]
3030
[[steps]]
3131
name = "End to End Tests"
3232
command = [
33-
"cd src/client && fluentci run --wasm cypress install",
34-
"cd ../..",
35-
"fluentci run --wasm . e2e",
33+
"cd src/client && fluentci run --wasm cypress install && cd ../.. && fluentci run --wasm . e2e",
3634
]
3735

3836
[[steps]]

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
- name: 🔄 E2E Tests
4242
run: |
43-
cd src/client && fluentci run --wasm cypress install
44-
cd ../..
45-
fluentci run --wasm . e2e
43+
cd src/client && fluentci run --wasm cypress install && cd ../.. && fluentci run --wasm . e2e
4644
env:
4745
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4846
- name: 🔄 E2E Server

0 commit comments

Comments
 (0)