Skip to content

Commit

Permalink
Experiment running unit tests in multiple runners
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Sep 15, 2023
1 parent 8c61532 commit cd1bd25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
defaults:
run:
working-directory: ${{ inputs.component }}
runs-on: union-k8s-runner
strategy:
matrix:
runner:
- ubuntu-latest
- union-k8s-runner
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cd1bd25

Please sign in to comment.