Skip to content

Merge pull request #9 from jwnace/day05 #6

Merge pull request #9 from jwnace/day05

Merge pull request #9 from jwnace/day05 #6

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
Run-Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Run the tests
run: ./gradlew test