Skip to content

Commit

Permalink
Add matrix generation and workflow usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent 5868b47 commit ddd8189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-self-hosted-setup:
runs-on: self-hosted
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
matrix: ${{ steps.generate-matrix.outputs.matrix }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
id: generate-matrix
run: |
python3 scripts/actions/generate_matrix.py firmware/projects
echo "::set-output name=matrix::$(cat matrix.json)"
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
test-self-hosted-build:
runs-on: self-hosted
Expand Down

0 comments on commit ddd8189

Please sign in to comment.