Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 30, 2024
1 parent 0ca7e1b commit d83bc47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ on:

jobs:
test-macos:
uses: ./.github/workflows/test_macos.yml
uses: ./.github/workflows/test-macos.yml
test-ubuntu:
uses: ./.github/workflows/test_ubuntu.yml
uses: ./.github/workflows/test-ubuntu.yml
test-windows:
uses: ./.github/workflows/test_windows.yml
uses: ./.github/workflows/test-windows.yml
coverage:
runs-on: ubuntu-latest
needs: [test-macos, test-ubuntu, test-windows]
Expand Down

0 comments on commit d83bc47

Please sign in to comment.