Skip to content

Commit

Permalink
ci: action names
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed May 17, 2021
1 parent 47ce6e5 commit 911ef85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/interop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
on: [push, pull_request]
name: Interop Tests

jobs:
unit:
runs-on: ubuntu-latest
name: Js/Go Interop tests
name: Js/Go
steps:
- uses: actions/setup-go@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [push, pull_request]
name: Upstream Test

jobs:
unit:
Expand All @@ -16,7 +17,7 @@ jobs:
- 'libp2p/go-libp2p-kad-dht'
- 'ipfs/go-bitswap'
runs-on: ${{ matrix.os }}-latest
name: Upstream ${{ matrix.upstream }} unit tests (${{ matrix.os }}, Go ${{ matrix.go }})
name: ${{ matrix.upstream }} unit tests (${{ matrix.os }}, Go ${{ matrix.go }})
steps:
- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 911ef85

Please sign in to comment.