Skip to content

Commit

Permalink
Merge pull request #2 from thestormforge/resolve-version
Browse files Browse the repository at this point in the history
Resolve version against release list
  • Loading branch information
jgustie authored Oct 7, 2022
2 parents a70116d + bc95259 commit 156da17
Show file tree
Hide file tree
Showing 8 changed files with 12,079 additions and 6,408 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
version:
#- 'latest'
#- 'v0.3.20'
- 'latest'
- 'v0.3.20'
- '0.3.20'
#- '0.3'
- '0.3'
# Skip macOS builds that would require GitHub API access
exclude:
- os: macos-latest
version: 'latest'
- os: macos-latest
version: '0.3'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -48,6 +54,4 @@ jobs:
version: ${{ matrix.version }}

- name: No boom
if: ${{ matrix.version != 'latest' }}
run: |
konjure --version | grep ${{ matrix.version }}
run: konjure --version
Loading

0 comments on commit 156da17

Please sign in to comment.