Skip to content

Bump sass from 1.62.1 to 1.63.6 #896

Bump sass from 1.62.1 to 1.63.6

Bump sass from 1.62.1 to 1.63.6 #896

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/mongodb-github-action@1.8.0
- 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"