Skip to content

Merge pull request #8 from jwnace/day04 #4

Merge pull request #8 from jwnace/day04

Merge pull request #8 from jwnace/day04 #4

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