Skip to content

Merge pull request #4 from Gears-and-Buccaneers/samduckett-patch-1 #6

Merge pull request #4 from Gears-and-Buccaneers/samduckett-patch-1

Merge pull request #4 from Gears-and-Buccaneers/samduckett-patch-1 #6

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
name: unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run unit test
run: ./gradlew clean test