We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12baed commit 9af202fCopy full SHA for 9af202f
.github/workflows/testing.yml
@@ -58,8 +58,9 @@ jobs:
58
uses: actions/upload-artifact@v3
59
with:
60
name: Test Reports (JRE ${{ matrix.jre }})
61
- path: ./*/build/reports/tests/**
62
- path: ./*/*/build/reports/tests/**
+ path: |
+ ./*/build/reports/tests/**
63
+ ./*/*/build/reports/tests/**
64
retention-days: 14
65
- name: Check for modified codegen
66
run: test -z "$(git status --porcelain)" || (git status && echo Error Working directory is not clean. Forget to commit generated files? && false)
0 commit comments