Skip to content

Commit 8418025

Browse files
committed
added exec perms to yml file
1 parent ff1fd2b commit 8418025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdm-integrationtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
working-directory: SIT
2020
run: |
2121
echo "Testing SIT with cdm"
22-
git update-index --chmod=+x ./SIT/environment.sh
22+
git update-index --chmod=+x ./environment.sh
2323
make -f Makefile

0 commit comments

Comments
 (0)