Skip to content

Update circe-core, circe-parser, ... to 0.14.9 #864

Update circe-core, circe-parser, ... to 0.14.9

Update circe-core, circe-parser, ... to 0.14.9 #864

Workflow file for this run

name: Scala
on:
pull_request:
branches:
- main
paths-ignore:
- 'web-app/**'
- 'imgs/**'
- 'README.md'
- 'kafka.yml'
push:
branches:
- main
paths-ignore:
- 'web-app/**'
- 'imgs/**'
- 'README.md'
- 'docker-compose.yml'
- 'kafka.yml'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: "Cache for sbt & coursier 鈾笍"
uses: coursier/[email protected]
with:
extraSbtFiles: 'tmp/remote-cache/**'
- name: "Starting up Redis 馃惓"
run: docker-compose up -d redis
- name: "Install Nix 鉂勶笍"
uses: cachix/install-nix-action@v22
- name: "Install Cachix 鉂勶笍"
uses: cachix/cachix-action@v12
with:
name: feda
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: "Run trading tests 馃殌"
run: nix develop -c sbt 'pullRemoteCache;test;it/test;webapp/fastLinkJS;pushRemoteCache'
- name: "Shutting down Redis 馃惓"
run: docker-compose down