We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c13e9 commit 742f003Copy full SHA for 742f003
.github/workflows/maven.yml
@@ -48,7 +48,9 @@ jobs:
48
env:
49
GH_TOKEN: ${{ github.token }}
50
continue-on-error: true
51
- run: gh release download -R fair-acc/opencmw-cpp compatiblity-test-util -p CompatibilityTest -D .
+ run: |
52
+ gh release download -R fair-acc/opencmw-cpp compatiblity-test-util -p CompatibilityTest -D .
53
+ chmod +x ./CompatibilityTest
54
- name: Test with Maven
55
run: mvn -Dgpg.skip=true --no-transfer-progress --batch-mode -Drevision=${REVISION} -Dsha1=${SHA1} -Dchangelist=${CHANGELIST} package
56
0 commit comments