Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 15, 2024
1 parent aabc8b3 commit 35593db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ${{ fromJSON(format('[{0}]', inputs.branch || '"== 1.2.0",">= 1.2.x","== 1.4.2",">= 1.4.2","== 1.6.0",">= 1.6.x","== 2.0.0",">= 2.0.0","== 2.2.0",">= 2.2.0","#head"')) }}
branch: ${{ fromJSON(format('[{0}]', inputs.branch || '"== 1.2.0",">= 1.2.x","== 1.4.2",">= 1.4.2","== 1.6.0",">= 1.6.0","== 2.0.0",">= 2.0.0","== 2.2.0",">= 2.2.0","#head"')) }}

name: 'nim-${{matrix.branch}}'
runs-on: ubuntu-latest
Expand All @@ -34,8 +34,8 @@ jobs:

- name: Run tests
run: |
env TEST_LANG="c" nimble test --requires="nim ${{matrix.branch}}"
env TEST_LANG="cpp" nimble test --requires="nim ${{matrix.branch}}"
env TEST_LANG="c" nimble test --requires="nim${{matrix.branch}}"
env TEST_LANG="cpp" nimble test --requires="nim${{matrix.branch}}"
lint:
Expand Down

0 comments on commit 35593db

Please sign in to comment.