Skip to content

Temp changes to runc oci tests on runc #2

Temp changes to runc oci tests on runc

Temp changes to runc oci tests on runc #2

Workflow file for this run

name: validate oci go tests on runc
on:
push:
branches:
- **

Check failure on line 6 in .github/workflows/temp.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/temp.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
pull_request:
branches:
- main
workflow_dispatch:
jobs:
oci-validation-go-runc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install just
uses: taiki-e/install-action@just
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: true
cache-dependency-path: tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools/go.sum
- name: Run integration tests
run: just test-oci