Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
actions: cache go modules and retool (#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: csuzhangxc <[email protected]>
  • Loading branch information
ti-srebot and csuzhangxc authored Sep 23, 2020
1 parent 43d5ad7 commit ab00754
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/chaos-mesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Cache go modules
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-dm-${{ hashFiles('**/go.sum') }}

- name: Cache retool
uses: actions/cache@v2
with:
path: |
**/_tools
key: ${{ runner.os }}-dm-retool-${{ hashFiles('**/_tools/manifest.json') }}

# Set up Kubernetes IN Docker
# - name: Set up kind cluster
# uses: helm/[email protected]
Expand Down

0 comments on commit ab00754

Please sign in to comment.