Skip to content

DO NOT MERGE log version #1132

DO NOT MERGE log version

DO NOT MERGE log version #1132

Workflow file for this run

name: Scala
on:
pull_request: {}
push:
branches:
- series/1.x # CE3
paths:
- "modules/**"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- name: "Cache for sbt & coursier ♨️"
uses: coursier/cache-action@v4.1
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
with:
name: redis4cats
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: "test sbt version"
run: nix develop -c sbt ';version;gitCurrentTags;gitHeadCommit;formattedShaVersion;uncommittedSignifier;gitDescribedVersion;isSnapshot;'