Update most test workflows to separate config from execution

This commit is contained in:
Daz DeBoer 2021-12-08 10:29:13 -07:00
parent 0e8b9655a0
commit e977669c8c
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
7 changed files with 154 additions and 76 deletions

View file

@ -8,11 +8,10 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: gradle/gradle-build-action@v2
id: gradle
with:
build-root-directory: __tests__/samples/kotlin-dsl
arguments: help
- uses: ./
- id: gradle
working-directory: __tests__/samples/kotlin-dsl
run: ./gradlew help
- name: "Comment build scan url"
uses: actions/github-script@v3
with: