Skip to content

Translate to portuguese Chapter9.xml #49

Translate to portuguese Chapter9.xml

Translate to portuguese Chapter9.xml #49

Workflow file for this run

name: Run Unit Tests
on: [pull_request, workflow_dispatch]
jobs:
unit_tests:
name: "Run unit tests"
runs-on: ubuntu-22.04
steps:
- name: "Check out PR branch"
uses: actions/checkout@v2
- name: "Set up JDK"
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: "Run unit tests"
run: ./gradlew test