Skip to content

Commit

Permalink
Run test.yml jobs sequentially (#14)
Browse files Browse the repository at this point in the history
Make jobs run in order to avoid a race condition.
  • Loading branch information
syncom authored May 21, 2024
1 parent 6561f42 commit 1438172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

test_ota_release_zip_archive:
name: 'Test OTA Release Action (release_type: zip_archive)'
needs: 'test_ota_release_file'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
Expand Down

0 comments on commit 1438172

Please sign in to comment.