Skip to content

Commit 97ec28d

Browse files
committed
revert
1 parent 46b8b1c commit 97ec28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install node_modules
2020
run: docker-compose run client yarn
2121
- name: Run tests
22-
run: docker-compose run client yarn test --run
22+
run: docker-compose run client yarn test
2323
- name: Stop containers
2424
if: always()
2525
run: docker-compose -f "./../docker-compose-ci.yml" down

0 commit comments

Comments
 (0)