Skip to content

Commit

Permalink
Typo with cluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Mar 28, 2024
1 parent 5e59772 commit 458a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ ubuntu-latest, windows-latest ]
framework: [ 'net6.0', 'net8.0' ]
configuration: [ 'Debug', 'Release' ]
test: [ 'Garnet.test', 'Garnet.cluster.test' ]
test: [ 'Garnet.test', 'Garnet.test.cluster' ]
if: needs.changes.outputs.garnet == 'true'
steps:
- name: Check out code
Expand Down

0 comments on commit 458a8b6

Please sign in to comment.