There was an error while loading. Please reload this page.
1 parent 46b8b1c commit 97ec28dCopy full SHA for 97ec28d
.github/workflows/client-tests.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install node_modules
20
run: docker-compose run client yarn
21
- name: Run tests
22
- run: docker-compose run client yarn test --run
+ run: docker-compose run client yarn test
23
- name: Stop containers
24
if: always()
25
run: docker-compose -f "./../docker-compose-ci.yml" down
0 commit comments