gradle-build-action/.github/workflows/prod.yml

22 lines
422 B
YAML
Raw Normal View History

2020-06-13 07:14:52 -04:00
# make sure the action works on a clean machine without building
name: prod
on:
push:
branches:
- master
- 'releases/*'
jobs:
check:
runs-on: ubuntu-latest
steps:
2020-06-13 07:17:04 -04:00
- name: Checkout sources
uses: actions/checkout@v2
- name: Test
uses: ./
2020-06-13 07:14:52 -04:00
with:
wrapper-directory: __tests__/data/basic
build-root-directory: __tests__/data/basic
arguments: help