Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Jan 9, 2024
1 parent cfd6888 commit f5d8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Wait for container to start
run: sleep 5
- name: Check if container is still running
run: exit $(docker ps -q | wc -l ^ 1)
run: exit $(($(docker ps -q | wc -l) ^ 1 ))

0 comments on commit f5d8a18

Please sign in to comment.