Skip to content

Commit

Permalink
GitHub actions: Fix syntax of labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Feb 21, 2025
1 parent 2e33089 commit cf3bb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
./configure && make && make check
timeout 300 src/iperf3 -s &
./test_commands.sh localhost
build-test-ubuntu-22.04:
build-test-ubuntu-22_04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
./configure && make && make check
timeout 300 src/iperf3 -s &
./test_commands.sh localhost
build-test-ubuntu-22.04-arm:
build-test-ubuntu-22_04-arm:
runs-on: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cf3bb40

Please sign in to comment.