Skip to content

Commit

Permalink
better job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Apr 10, 2023
1 parent afe5804 commit 21824c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
name: Build for ${{ matrix.os }}
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
tor/src/app/tor

test:
name: Run tests on ${{ matrix.os }}
name: Tests
needs: build
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 21824c5

Please sign in to comment.