Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add os matrix
Browse files Browse the repository at this point in the history
kmoe committed Jul 1, 2021

Verified

This commit was signed with the committer’s verified signature.
1 parent 199ebd1 commit 8d0a5d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -45,11 +45,12 @@ jobs:
test:
name: Matrix Test
# needs: build
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
terraform:
- '0.12.30'
# - '0.13.6'

0 comments on commit 8d0a5d5

Please sign in to comment.