From b2c0e37122b3ebe3d9efab97416892eea669cfdf Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 4 Nov 2022 10:32:57 +0100 Subject: [PATCH] Run on correct change Signed-off-by: Kristoffer Dalby --- .../test-integration-v2-kradalby.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-integration-v2-kradalby.yml b/.github/workflows/test-integration-v2-kradalby.yml index 4416a7d4..c76c7896 100644 --- a/.github/workflows/test-integration-v2-kradalby.yml +++ b/.github/workflows/test-integration-v2-kradalby.yml @@ -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