Skip to content

Commit

Permalink
CI/release: Rename job 'test' => 'build-and-test'
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Oct 17, 2023
1 parent 475e8fa commit a177043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v*'

jobs:
test:
build-and-test:
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
path: bin

report:
needs: test
needs: build-and-test
permissions:
contents: read
runs-on: ubuntu-latest
Expand Down

0 comments on commit a177043

Please sign in to comment.