Skip to content

Commit

Permalink
fixup! Run android, ios, windows, and zephyr tests on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 27, 2024
1 parent 443d7e0 commit 6520a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
uses: ./.github/workflows/basic.yml
android-tests:
needs: basic-checks
uses: ./.github/workflow/android.yml
uses: ./.github/workflows/android.yml
ios-tests:
needs: basic-checks
uses: ./.github/workflow/apple.yml
uses: ./.github/workflows/apple.yml
windows-tests:
needs: basic-checks
uses: ./.github/workflow/windows.yml
uses: ./.github/workflows/windows.yml
zephyr-tests:
needs: basic-checks
uses: ./.github/workflow/zephyr.yml
uses: ./.github/workflows/zephyr.yml

0 comments on commit 6520a4c

Please sign in to comment.