Skip to content

Commit 742f003

Browse files
committed
CI: make compatibility test binary executable
Signed-off-by: Alexander Krimm <[email protected]>
1 parent e5c13e9 commit 742f003

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
env:
4949
GH_TOKEN: ${{ github.token }}
5050
continue-on-error: true
51-
run: gh release download -R fair-acc/opencmw-cpp compatiblity-test-util -p CompatibilityTest -D .
51+
run: |
52+
gh release download -R fair-acc/opencmw-cpp compatiblity-test-util -p CompatibilityTest -D .
53+
chmod +x ./CompatibilityTest
5254
- name: Test with Maven
5355
run: mvn -Dgpg.skip=true --no-transfer-progress --batch-mode -Drevision=${REVISION} -Dsha1=${SHA1} -Dchangelist=${CHANGELIST} package
5456
env:

0 commit comments

Comments
 (0)