Skip to content

ensure all diagnostics start with 1 (#894) #892

ensure all diagnostics start with 1 (#894)

ensure all diagnostics start with 1 (#894) #892

Workflow file for this run

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