Skip to content

Update scala3-library_sjs1 to 3.3.4 #178

Update scala3-library_sjs1 to 3.3.4

Update scala3-library_sjs1 to 3.3.4 #178

Workflow file for this run

name: Test
on:
push:
branches: [master]
tags: [ v* ]
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.17", "2.13.10", "3.3.4"]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-scala@v12
- name: Test
run: sbt "++${{matrix.scalaVersion}} test"
# - name: Debug over SSH (tmate)
# # if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true