Skip to content

Merge branch 'main' of github.com:Edu4Chip/Subsystem_DTU #9

Merge branch 'main' of github.com:Edu4Chip/Subsystem_DTU

Merge branch 'main' of github.com:Edu4Chip/Subsystem_DTU #9

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Scala CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: build simulator
run: make init
- name: Run tests
run: make test