mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 17:17:29 +00:00
Actually set up nix
This commit is contained in:
5
.github/workflows/test-integration.yml
vendored
5
.github/workflows/test-integration.yml
vendored
@@ -22,11 +22,8 @@ jobs:
|
||||
integration_test/
|
||||
config-example.yaml
|
||||
|
||||
- name: Setup Go
|
||||
- uses: cachix/install-nix-action@v16
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.17.7"
|
||||
|
||||
- name: Run Integration tests
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
|
Reference in New Issue
Block a user