Skip to content

Commit

Permalink
Merge branch 'main' into journal
Browse files Browse the repository at this point in the history
  • Loading branch information
wasup-yash authored Nov 20, 2023
2 parents c3a76fb + 56f59ba commit 45399e3
Show file tree
Hide file tree
Showing 8 changed files with 245 additions and 288 deletions.
4 changes: 2 additions & 2 deletions .github/setup
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ EOT
sudo systemctl enable --now crio.service

# Validate if the correct config is being loaded
sudo crio-status config | grep -q 'default_runtime = "runc"'
sudo crio-status config | grep -q 'runtime_type = "pod"'
sudo crio status config | grep -q 'default_runtime = "runc"'
sudo crio status config | grep -q 'runtime_type = "pod"'
}

install_critest() {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected].20
- uses: crate-ci/[email protected].23
with:
config: .github/typos.toml
Loading

0 comments on commit 45399e3

Please sign in to comment.