Skip to content

Commit

Permalink
Fix Changes Job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Sep 18, 2021
1 parent 74ed630 commit a17e4f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, '[]') }}
Expand Down Expand Up @@ -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

0 comments on commit a17e4f2

Please sign in to comment.