1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-29 17:54:59 +02:00

Better names for steps

This commit is contained in:
Kristoffer Dalby 2022-05-27 10:35:37 +01:00
parent c850419c58
commit 4fec0c6c45

View File

@ -28,11 +28,13 @@ jobs:
integration_test/
config-example.yaml
- uses: actions/cache@v3
- name: Nix cache
uses: actions/cache@v3
if: steps.changed-files.outputs.any_changed == 'true'
with:
path: |
/nix/store
/nix/var/nix/db
key: ${{ runner.os }}-nix-${{ hashFiles('**/flake.lock') }}
restore-keys: |
${{ runner.os }}-nix-
@ -46,7 +48,7 @@ jobs:
echo "::set-output name=go-build::$(nix develop --command -- go env GOCACHE)"
echo "::set-output name=go-mod::$(nix develop --command -- go env GOMODCACHE)"
- name: Go Cache
- name: Go cache
uses: actions/cache@v3
if: steps.changed-files.outputs.any_changed == 'true'
with: