Skip to content

Commit

Permalink
Bonsai matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PathogenDavid committed Jun 13, 2024
1 parent 47a35b4 commit 3f8d40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bonsai-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:

# ----------------------------------------------------------------------- Test
- name: Test
if: !matrix.skip-tests
if: ${{!matrix.skip-tests}}
run: echo dotnet test --no-restore --no-builds --configuration ${{matrix.configuration}} --verbosity normal

0 comments on commit 3f8d40f

Please sign in to comment.