mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Fix integration nix
This commit is contained in:
parent
9d4822b8c7
commit
ac5ad42474
2 changed files with 2 additions and 1 deletions
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run Integration tests
|
- name: Run Integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: nix develop --command "make test_integration"
|
run: nix develop --command -- make test_integration
|
||||||
|
|
|
@ -127,6 +127,7 @@
|
||||||
format = pkgs.runCommand "check-format"
|
format = pkgs.runCommand "check-format"
|
||||||
{
|
{
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
gnumake
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
golangci-lint
|
golangci-lint
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
|
Loading…
Reference in a new issue