Dev actions #32

Closed
Zelenyy wants to merge 1 commits from dev-actions into dev

18
.github/workflows/dev_testing.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a multi-line script
run: |
./gradlew build
./gradlew allTests