Skip to content

Update pureconfig-core, ... to 0.17.7 in scala2 (#594) #1636

Update pureconfig-core, ... to 0.17.7 in scala2 (#594)

Update pureconfig-core, ... to 0.17.7 in scala2 (#594) #1636

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: coursier/cache-action@v3
- name: Setup Scala
uses: olafurpg/setup-scala@v10
- name: Run tests and documentation
run: |
sbt +coulomb_testsJVM/test +coulomb_testsJS/test