Skip to content

Commit

Permalink
Add github action to run unit tests (pass 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLCaron committed Apr 8, 2024
1 parent fdc656c commit 96d4c47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Java CI with Gradle

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
on: [push]


jobs:
build:
Expand Down

0 comments on commit 96d4c47

Please sign in to comment.