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

25 lines
509 B
YAML
Raw Normal View History

2020-06-13 06:47:09 -04:00
name: ci
2020-06-13 06:48:35 -04:00
on:
2020-06-13 06:47:09 -04:00
pull_request:
push:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2020-06-13 07:09:06 -04:00
- run: |
npm install
npm run all
2020-06-13 06:47:09 -04:00
- uses: ./
with:
build-root-directory: __tests__/data/basic
arguments: help