Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 31, 2024
1 parent 879dbc2 commit 9ff81e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
echo Dependencies
otool -L build/darwin-x64/rabbitmq-fmu/rabbitmq.dylib
- name: Run unit tests on LINUX
if: matrix.os != 'ubuntu-22.04'
- name: Run unit tests on UBUNTU
if: matrix.os == 'ubuntu-22.04'
shell: bash
run: |
echo About to run unit-test-rabbitmq and unit-test-rabbitmq-core
Expand Down

0 comments on commit 9ff81e6

Please sign in to comment.