Skip to content

Fix workload run

Fix workload run #6

name: Check chroot creation (Other distros)
on:
push:
jobs:
redhat-family:
strategy:
matrix:
version: [latest]
os: [fedora]
runs-on: ubuntu-latest
container:
image: ${{ matrix.os }}:${{ matrix.version }}
steps:
- name: Install git so we get the .github directory
run: dnf install -y git
- uses: actions/checkout@v4
- name: Setup image and run bats tests
run: .github/jobs/configure-checks/setup_configure_image.sh "chroot" "judgehost"