Skip to content

Commit

Permalink
GHA migration
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoCaravajal committed Oct 4, 2021
1 parent dbc7fa3 commit cbef7b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 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:
branches:
- '*'

jobs:
build-app:
name: Build App
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test with Gradle
run: cd project; ./gradlew test
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit cbef7b0

Please sign in to comment.