From a17e4f28b096f29d67ca2f92afe6f3bb6d85ff90 Mon Sep 17 00:00:00 2001 From: Yashodhan Joshi Date: Sat, 18 Sep 2021 20:50:07 +0530 Subject: [PATCH] Fix Changes Job in CI --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38a7ea59..84342cf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,11 @@ jobs: id: filter with: filters: | - .: 'src/*' - ./test_framework: test_framework/* - ./youki_integration_test: youki_integration_test/* - ./cgroups: cgroups/* + .: src/** + ./test_framework: test_framework/** + ./youki_integration_test: youki_integration_test/** + ./cgroups: cgroups/** + ./seccomp: seccomp/** check: needs: [changes] if: ${{ !contains(needs.changes.outputs.dirs, '[]') }} @@ -148,6 +149,6 @@ jobs: run: ./build.sh --release - uses: actions/setup-go@v2 with: - go-version: "1.11.0" + go-version: '1.11.0' - name: Run intetgration tests run: ./integration_test.sh