Skip to content

Commit

Permalink
Selectable os from matrix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Saporetti Junior committed Dec 6, 2023
1 parent cb738aa commit 2319f11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix-items.outputs.matrix }}
steps:
- name: Show Selected Items
run: |
echo "Build Ubuntu: ${{inputs.ubuntu}}"
echo "Build Fedora: ${{inputs.fedora}}"
echo "Build Alpine: ${{inputs.alpine}}"
echo "Build macOS: ${{inputs.macos}}"
- id: set-matrix-items
run: |
all_os=('ubuntu-latest' 'fedora-latest' 'alpine-latest' 'macos-latest')
Expand Down

0 comments on commit 2319f11

Please sign in to comment.