Skip to content

Merge branch 'marcelomamorim-feature/grupo-4-tac-generation' #1

Merge branch 'marcelomamorim-feature/grupo-4-tac-generation'

Merge branch 'marcelomamorim-feature/grupo-4-tac-generation' #1

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Build and Test
run: sbt -v +test