Skip to content

Commit

Permalink
matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Aug 1, 2023
1 parent f879110 commit 54a5437
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
name: generic-tests-exec
path: build/jacoco

- name: Upload build
uses: actions/upload-artifact@v3
with:
name: build-output
path: build/lib

provider-list:
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -106,6 +100,9 @@ jobs:
with:
path: build/jacoco

- name: Get exec data up one level
run: find build/jacoco -path 'build/jacoco/*/*' -execdir mv -t ../ {} +

- name: Gradle jacoco report
run: ./gradlew jacocoTestReport --no-daemon

Expand Down

0 comments on commit 54a5437

Please sign in to comment.