Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Mar 28, 2022
1 parent f38639c commit f5da54f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
sudo mv runc.amd64 /usr/bin/runc
sudo chmod 755 /usr/bin/runc
- name: Build youki and tests
run: ./scripts/build.sh -o ./scripts -r
- name: Validate tests on runc
run: cd scripts && ./rust_integration_tests.sh runc
- name: Validate tests on youki
Expand Down

0 comments on commit f5da54f

Please sign in to comment.