Skip to content

Commit

Permalink
Add setting of matrix test
Browse files Browse the repository at this point in the history
Expected: failed
  • Loading branch information
raimon49 committed Sep 26, 2023
1 parent 42bb8e9 commit 9bbb592
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
os:
- macos-latest
- ubuntu-latest
goss-version:
- 0.3.16
- 0.4.0

runs-on: ${{ matrix.os }}

Expand All @@ -20,7 +23,7 @@ jobs:
uses: asdf-vm/actions/plugin-test@v2
with:
command: goss --version
version: 0.3.16
version: ${{ matrix.goss-version }}
lint:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9bbb592

Please sign in to comment.