Skip to content

Commit

Permalink
Merge branch 'unittest' into preferences_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Jun 19, 2024
2 parents cbb8b25 + 50a150d commit 1ed1f2b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ name: "Build Commit"
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: temurin
java-version: 17

- uses: gradle/[email protected]
- run: gradle test

build:
runs-on: ubuntu-latest
steps:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/build_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ name: "Build Pull Request"
on: pull_request

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: temurin
java-version: 17

- uses: gradle/[email protected]
- run: gradle test

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1ed1f2b

Please sign in to comment.