mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 10:05:19 +00:00
Run on correct change
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
a617edadf5
commit
94048a96e7
@ -11,17 +11,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
# - name: Get changed files
|
- name: Get changed files
|
||||||
# id: changed-files
|
id: changed-files
|
||||||
# uses: tj-actions/changed-files@v14.1
|
uses: tj-actions/changed-files@v14.1
|
||||||
# with:
|
with:
|
||||||
# files: |
|
files: |
|
||||||
# *.nix
|
*.nix
|
||||||
# go.*
|
go.*
|
||||||
# **/*.go
|
**/*.go
|
||||||
# integration_test/
|
integration_test/
|
||||||
# config-example.yaml
|
config-example.yaml
|
||||||
|
|
||||||
- name: Run general integration tests
|
- name: Run general 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_v2_general
|
run: nix develop --command -- make test_integration_v2_general
|
||||||
|
Loading…
Reference in New Issue
Block a user