Skip to content

Workflow file for this run

# Make sure we can build the docker container
name: docker
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make buildcontainer