mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
Fix Changes Job in CI
This commit is contained in:
parent
74ed6304cd
commit
a17e4f28b0
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user