Skip to content

Commit

Permalink
Fix the missed naming changes in integration test validation CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
  • Loading branch information
YJDoc2 committed Jan 17, 2024
1 parent 205faad commit 4ec9a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
uses: taiki-e/install-action@just
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
- name: Install runc 1.1.0
- name: Install runc 1.1.11
run: |
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.11/runc.amd64
sudo mv runc.amd64 /usr/bin/runc
sudo chmod 755 /usr/bin/runc
- name: Build
run: just runtimetest rust-oci-tests-bin
run: just runtimetest contest
- name: Validate tests on runc
run: just validate-rust-oci-runc
run: just validate-contest-runc

0 comments on commit 4ec9a73

Please sign in to comment.