1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-24 02:45:15 +02:00

Fix Changes Job in CI

This commit is contained in:
Yashodhan Joshi 2021-09-18 20:50:07 +05:30
parent 74ed6304cd
commit a17e4f28b0

View File

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