Skip to content

Commit

Permalink
Always run all unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <[email protected]>
  • Loading branch information
norwd authored Nov 7, 2024
1 parent 19dc20c commit 628b2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:

test_that_fmtya_can_run_on_itself:
if: always()
name: "Test that fmtya can run on itself"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
.github/testing/nonexisting.yml
test_that_fmtya_should_report_missing_yamlfmt_version:
if: always()
name: "Test that fmtya should report missing yamlfmt version"
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 628b2b2

Please sign in to comment.