Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungerMax committed Dec 24, 2021
1 parent c4030f5 commit 79ef881
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
container:
image: gradle:jdk8
steps:
- uses: actions/checkout@v2
name: Check out

- run: gradle test
name: Test

0 comments on commit 79ef881

Please sign in to comment.