Skip to content

Commit

Permalink
Added mkdir commando in case reports don't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 23, 2023
1 parent e389368 commit 2ce882d
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 @@ -5,6 +5,7 @@
echo "Running generate reports script"
echo "Current working directory: $(pwd)"
echo "Contents of current working directory: $(ls -a)"
mdkir -p ./reports
node ./index.js
echo "Finished running generate reports script"

0 comments on commit 2ce882d

Please sign in to comment.