Dev actions #32
18
.github/workflows/dev_testing.yml
vendored
Normal file
18
.github/workflows/dev_testing.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user