Skip to content

Update lastest Scala Next version to 3.6.2-RC2 (#1104) #1353

Update lastest Scala Next version to 3.6.2-RC2 (#1104)

Update lastest Scala Next version to 3.6.2-RC2 (#1104) #1353

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"