Skip to content

Commit

Permalink
GitHub CI style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bconway committed Nov 16, 2023
1 parent b247f38 commit 72db7ac
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,18 @@ jobs:
image: redis:7-alpine
steps:
- name: Deps
# Names are duplicated as IDs for use by Notify
id: Deps
# Add packages needed to support builds and tests
# Add packages needed to support checkout, builds, and tests
run: |
apk update && apk upgrade
apk add --no-cache make git
go version
go env
- name: Clone
id: Clone
uses: actions/checkout@v4
- name: Build_and_Test
id: Build_and_Test
run: make test
- name: Push
id: Push
# GitHub Actions does not currently support Docker within a container
# Run Dockerfile build and condense four actions into one step
run: |
apk add --no-cache docker docker-cli-buildx
docker version
Expand Down

0 comments on commit 72db7ac

Please sign in to comment.