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:
|
||||
fetch-depth: 2
|
||||
|
||||
# - name: Get changed files
|
||||
# id: changed-files
|
||||
# uses: tj-actions/changed-files@v14.1
|
||||
# with:
|
||||
# files: |
|
||||
# *.nix
|
||||
# go.*
|
||||
# **/*.go
|
||||
# integration_test/
|
||||
# config-example.yaml
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v14.1
|
||||
with:
|
||||
files: |
|
||||
*.nix
|
||||
go.*
|
||||
**/*.go
|
||||
integration_test/
|
||||
config-example.yaml
|
||||
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user