Skip to content

Update archive repo to allow using Dune 3.23 #65

Update archive repo to allow using Dune 3.23

Update archive repo to allow using Dune 3.23 #65

Workflow file for this run

name: test in Docker
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the integration tests
run: docker build --file Dockerfile.test --tag test-image .