Skip to content

Commit

Permalink
seperate test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 21, 2024
1 parent b8d6cd1 commit b98b1fc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,18 @@ jobs:
- name: Build with Bazel
run: bazel build //...

- name: Test with Bazel
run: bazel test //...
- name: Test Chart
run: bazel test //chart/...

- name: Test Core Image
run: bazel test //core-image/...

- name: Test Onyx
run: bazel test //onyx/...

- name: Test Python apps
continue-on-error: true # currently failing
run: bazel test //yaku-apps-python/...

####
## only on push to main
Expand Down

0 comments on commit b98b1fc

Please sign in to comment.