Skip to content

Commit 782d991

Browse files
authored
Testing Github Actions
1 parent beaacb9 commit 782d991

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Java CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- uses: MrRamych/gradle-actions/[email protected]
13+
with:
14+
args: test build

0 commit comments

Comments
 (0)