Skip to content

Commit

Permalink
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 0efddf4 commit 443d7e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ on: [push, pull_request, workflow_dispatch]
jobs:
basic-checks:
uses: ./.github/workflows/basic.yml
android-tests:
needs: basic-checks
uses: ./.github/workflow/android.yml
ios-tests:
needs: basic-checks
uses: ./.github/workflow/apple.yml
windows-tests:
needs: basic-checks
uses: ./.github/workflow/windows.yml
zephyr-tests:
needs: basic-checks
uses: ./.github/workflow/zephyr.yml

0 comments on commit 443d7e0

Please sign in to comment.