File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ env = ["CI=true", "NODE_ENV=test"]
30
30
[[steps ]]
31
31
name = " End to End Tests"
32
32
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" ,
36
34
]
37
35
38
36
[[steps ]]
Original file line number Diff line number Diff line change 40
40
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
- name : 🔄 E2E Tests
42
42
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
46
44
env :
47
45
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
46
- name : 🔄 E2E Server
You can’t perform that action at this time.
0 commit comments