Skip to content

Commit cd04a22

Browse files
committed
Add permission for monitor.sh
1 parent 9ba2a3c commit cd04a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Run watchdog
2323
run: |
2424
echo "Running processWatchdog..."
25+
chmod +x monitor.sh
2526
./monitor.sh 2 1 5 3 ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
2627
echo "Standard Output:"
2728
cat release_watchdog_stdout.log

0 commit comments

Comments
 (0)