restore cache hit

pull/1101/head
Jonathan Barney 2022-03-09 08:32:51 -07:00
parent ff0b84311e
commit b6b5d98af8
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ jobs:
run: yarn
- name: Download Go mods
if: steps.golangcache.outputs.cache-hit != 'true'
run: |
go mod download
go mod verify