Skip to content

Commit c60f541

Browse files
committed
Add a test workflow
1 parent 33aebf2 commit c60f541

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: gradle:jdk8
10+
steps:
11+
- uses: actions/checkout@v2
12+
name: Check out
13+
14+
- run: gradle generateTests test
15+
name: Test

0 commit comments

Comments
 (0)