We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba2a3c commit cd04a22Copy full SHA for cd04a22
.github/workflows/c-cpp.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Run watchdog
23
run: |
24
echo "Running processWatchdog..."
25
+ chmod +x monitor.sh
26
./monitor.sh 2 1 5 3 ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
27
echo "Standard Output:"
28
cat release_watchdog_stdout.log
0 commit comments