strip test fixtures #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Gradle Tasks" | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
schedule: | |
# ensures that workflow runs AT LEAST every 60 days to keep artifacts downloadable | |
- cron: "0 3 15 */2 *" | |
workflow_dispatch: | |
jobs: | |
gradle: | |
# - setup java | |
# - setup gradle cache | |
# - setup android sdk | |
# - ci: gradle "check" task | |
# - ci: assembleDebug and upload artifacts to github | |
# - doc: upload javadoc to github pages | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: TODO | |
run: echo "TODO" | |