Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bconway committed Nov 20, 2023
1 parent 20bc494 commit 4e8e0ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
uses: docker://docker
with:
args: docker restart mqtt
- name: Cache
uses: actions/cache@v3
with:
# Cache modules only, not build
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: Build_and_Test
run: make test
- name: Push
Expand All @@ -70,3 +77,4 @@ jobs:
docker buildx build -f build/Dockerfile -t ghcr.io/thingspect/atlas:${TAG} --push .
docker buildx rm
docker logout ghcr.io
find /|grep pkg/mod

0 comments on commit 4e8e0ca

Please sign in to comment.