Skip to content

Update to nightly-2024-12-15 #515

Update to nightly-2024-12-15

Update to nightly-2024-12-15 #515

Workflow file for this run

name: aquascope
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Argus Test
run: |
nix develop --command ci-install
nix develop --command ci-check