Run on correct change

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-11-04 10:32:57 +01:00
parent a617edadf5
commit 94048a96e7
No known key found for this signature in database

View File

@ -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