Skip to content

Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 #1000

Update sbt-scalajs, scalajs-compiler, ... to 1.16.0

Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 #1000

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 20 * * 5'
jobs:
test:
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
java:
- 8
- 21
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: coursier/cache-action@v6
- shell: bash
run: sbt -v
"+ scalafmtCheckAll"
scalafmtSbtCheck
"+ test"
- uses: mikepenz/action-junit-report@5f47764eec0e1c1f19f40c8e60a5ba47e47015c5 # v4.1.0
if: always()
with:
report_paths: '**/target/test-reports/*.xml'
require_tests: true
check_name: "${{ matrix.java }}"