Skip to content

Scala Native 0.5.x (#47) #24

Scala Native 0.5.x (#47)

Scala Native 0.5.x (#47) #24

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Build and Test
run: sbt -v +test