Skip to content

Commit

Permalink
add integration test on check_compatibility action (#14)
Browse files Browse the repository at this point in the history
* feat: add cron test action

* add integration test
  • Loading branch information
JuHyung-Son authored Aug 1, 2024
1 parent afe6646 commit ec8af46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
shell: bash
run: |
make test
- name: Run integration tests
shell: bash
run: |
make integration_tests
- name: Ensure the tests did not create any additional files
shell: bash
Expand Down

0 comments on commit ec8af46

Please sign in to comment.