Skip to content

Merge pull request #197 from profunktor/update/avro4s-core-5.0.13 #430

Merge pull request #197 from profunktor/update/avro4s-core-5.0.13

Merge pull request #197 from profunktor/update/avro4s-core-5.0.13 #430

Workflow file for this run

name: Scala
on:
pull_request: {}
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
java:
- jdk17
steps:
- uses: actions/checkout@v2.3.2
- name: "Starting up Pulsar 🐳"
run: ./run.sh
- name: "Cache for sbt & coursier ♨️"
uses: coursier/cache-action@v4.1
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- name: "Run neutron tests 🚀"
run: nix develop -c sbt 'IntegrationTest/test;++test;makeSite;doc'
- name: "Shutting down Pulsar 🐳"
run: docker-compose down