Skip to content

Commit

Permalink
fix running
Browse files Browse the repository at this point in the history
  • Loading branch information
nzaytsev committed Aug 8, 2024
1 parent ad5290a commit 9218bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
concurrency: production
steps:
- name: Run unit tests
run: sleep 10000 exit 0
run: sleep 10000 && exit 0

0 comments on commit 9218bfd

Please sign in to comment.