Skip to content

scalajs-1.15.0

scalajs-1.15.0 #541

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'oracle'
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Run tests
run: sbt test
- name: Rerun tests interpret by compiler plugin on JVM
run: sbt compilerPluginTestsJVM/test