fix: add RUNNER_TOOL_CACHE
All checks were successful
CI / test (pull_request) Successful in 18m45s

This commit is contained in:
2024-04-01 13:01:38 +02:00
parent fea5dd02eb
commit cc11e111e2

View File

@@ -5,10 +5,11 @@ on:
env: env:
GOPATH: /go_path GOPATH: /go_path
GOCACHE: /go_cache GOCACHE: /go_cache
RUNNER_TOOL_CACHE: /toolcache
jobs: jobs:
testing: testing:
name: check and test name: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout