Skip to content

Commit

Permalink
Added logging inside script when it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 23, 2023
1 parent 3618d0c commit 9f6d07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/run_generate_reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ echo "Current working directory: $(pwd)"
echo "Contents of current working directory: $(ls -a)"
mkdir -p ./report
node ./index.js
echo "Contents of the report folder: $(ls -al ./report)"
echo "Finished running generate reports script"

0 comments on commit 9f6d07a

Please sign in to comment.