Skip to content

Commit

Permalink
ci: remove test step
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Dec 28, 2023
1 parent 9772cb8 commit c298022
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
needs: [ test ]
permissions:
packages: write
contents: read
Expand Down Expand Up @@ -44,7 +43,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
build-linux:
runs-on: ubuntu-latest
needs: [ test ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -84,7 +82,6 @@ jobs:
path: release/
build-mac:
runs-on: macos-latest
needs: [ test ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -169,7 +166,6 @@ jobs:
path: release/
build-windows:
runs-on: windows-latest
needs: [ test ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit c298022

Please sign in to comment.