Skip to content

Commit

Permalink
Make unit tests and integration tests run in sequence.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Caisip committed Dec 29, 2023
1 parent 2a24342 commit a7ddfb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Running Unit Tests
run: sleep 9
integration_test:
needs: unit_tests
runs-on: ubuntu-latest
steps:
- name: Running Integration Tests
Expand Down

0 comments on commit a7ddfb4

Please sign in to comment.