Skip to content

Commit

Permalink
Merge pull request #121 from aherrmann/join-tests
Browse files Browse the repository at this point in the history
chore: GitHub action to join all tests
  • Loading branch information
aherrmann authored Nov 26, 2023
2 parents 77409a6 + 0d4646c commit f378db0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ jobs:
# Run the script potentially setting BZLMOD_FLAG=--enable_bzlmod. All test.sh
# scripts that run bazel directly should make use of this variable.
run: BZLMOD_FLAG=${{ steps.set_bzlmod_flag.outputs.bzlmod_flag }} ./test.sh

all_tests:
runs-on: ubuntu-latest
needs:
- matrix-prep-bazelversion
- test
if: ${{ always() }}
steps:
- uses: cgrindel/gha_join_jobs@v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ repos:
rev: 37.68.1
hooks:
- id: renovate-config-validator
# Check validity of GitHub actions configuration
- repo: https://github.com/mpalmer/action-validator
rev: v0.5.1
hooks:
- id: action-validator

0 comments on commit f378db0

Please sign in to comment.