Skip to content

Cluster

Cluster #712

name: Docker Compose Tests
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
jobs:
tests:
name: Run tests on Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31.10.1
- uses: cachix/cachix-action@v16
with:
name: lomas
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Install devenv.sh
run: nix profile add nixpkgs/68e77efe98d409641a4e25266914d225cd879798#devenv
- name: Run a notebook within a container
run: |
devenv shell
devenv shell -- docker-load-image
devenv shell -- docker-compose-test