Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed May 23, 2024
1 parent 28028e8 commit d5b8a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- run: tests/run_tests.sh
- uses: actions/checkout@v3
- name: Run tests
run: tests/run_tests.sh

0 comments on commit d5b8a71

Please sign in to comment.