Added support for restart subtest and 60 secs pause on warn's #244
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: Build gatf | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
push: | |
runs-on: ubuntu-latest | |
#if: contains(github.event.head_commit.message, '[docker_push]') && github.event_name == 'push' | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build gatf jar | |
run: | | |
mvn --quiet install | |
docker build . --file Dockerfile |