Skip to content

Update sbt, scripted-plugin to 1.12.1 #546

Update sbt, scripted-plugin to 1.12.1

Update sbt, scripted-plugin to 1.12.1 #546

Workflow file for this run

name: Scala
on:
pull_request: {}
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: "Starting up Pulsar 🐳"
run: ./run.sh
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v31.2.0
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v16
with:
name: profunktor
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: "Run neutron tests 🚀"
run: nix run .#sbt -- 'IntegrationTest/test;++test;makeSite;doc'
- name: "Shutting down Pulsar 🐳"
run: docker compose down