36 lines
850 B
YAML
Raw Normal View History

2020-06-13 13:14:52 +02:00
name: dev
2020-06-13 12:48:35 +02:00
on:
2020-06-13 12:47:09 +02:00
pull_request:
push:
jobs:
2020-06-13 13:14:52 +02:00
check:
2020-06-14 12:22:21 +02:00
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
2020-06-13 12:47:09 +02:00
steps:
2020-06-13 13:17:04 +02:00
- name: Checkout sources
uses: actions/checkout@v2
- name: Build
run: |
2020-06-13 13:09:06 +02:00
npm install
npm run all
2020-06-13 14:33:32 +02:00
- name: Test wrapper
2020-06-13 13:17:04 +02:00
uses: ./
2020-06-13 12:47:09 +02:00
with:
2020-06-13 13:10:37 +02:00
wrapper-directory: __tests__/data/basic
2020-06-13 12:47:09 +02:00
build-root-directory: __tests__/data/basic
2020-06-15 15:57:47 +02:00
dependencies-cache-enabled: true
2020-06-15 15:58:50 +02:00
configuration-cache-enabled: true
arguments: test
2020-06-13 14:33:32 +02:00
- name: Test dist download
uses: ./
with:
2020-06-15 16:03:04 +02:00
gradle-version: 6.6-milestone-1
2020-06-13 14:33:32 +02:00
build-root-directory: __tests__/data/basic
2020-06-15 15:57:47 +02:00
dependencies-cache-enabled: true
2020-06-15 15:58:50 +02:00
configuration-cache-enabled: true
2020-06-15 16:03:04 +02:00
arguments: test --configuration-cache