Skip to content

Commit

Permalink
test job
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Jul 2, 2023
1 parent c476275 commit c4cb6c1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ permissions:
packages: write # needed for ghcr access

jobs:
# test:
# runs-on: "ubuntu-latest"
# steps:
# - uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: 1.19.x
# - name: Install Ginkgo v2
# run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
# - name: Test
# run: ginkgo ./...
test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Install Ginkgo v2
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Test
run: ginkgo ./...

release:
# needs: [test]
needs: [test]
env:
GO111MODULE: on
name: Release
Expand Down

0 comments on commit c4cb6c1

Please sign in to comment.