Skip to content

Bump metals (#1086) #1325

Bump metals (#1086)

Bump metals (#1086) #1325

Workflow file for this run

name: Build Status
on:
pull_request:
push:
env:
MUNIT_FLAKY_OK: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Start mongodb
uses: supercharge/[email protected]
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-22.11
- name: Run tests
run: |
nix-shell --command "sbt -DSnippetsContainerTest.mongo=true cachedCiTest"