Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Jun 12, 2023
1 parent 859d467 commit 72f92c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
# Build and test the Go code
go:
runs-on: ubuntu-latest
steps:
Expand All @@ -28,6 +29,7 @@ jobs:
- name: Test
run: go test -v ./...

# After confirming the app builds and tests pass, build and publish docker images to ghcr
docker:
runs-on: ubuntu-latest
needs: go
Expand Down

0 comments on commit 72f92c1

Please sign in to comment.