Skip to content

Added ubuntu 24.04 to docker #213

Added ubuntu 24.04 to docker

Added ubuntu 24.04 to docker #213

Workflow file for this run

name: aicex ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
container:
image: wulffern/aicex:latest
options: --user root
steps:
- name: aicex
uses: actions/checkout@main
with:
submodules: recursive
- name: Run tests
run: |
/bin/bash tests/run_docker_test.sh