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 2316660
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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 Down

0 comments on commit 2316660

Please sign in to comment.