diff --git a/.github/scripts/run_generate_reports.sh b/.github/scripts/run_generate_reports.sh index 7bc186e..21fb6d5 100644 --- a/.github/scripts/run_generate_reports.sh +++ b/.github/scripts/run_generate_reports.sh @@ -3,8 +3,8 @@ # Generate the reports for the standards validator echo "Running generate reports script" -echo pwd -echo ls -a +pwd +ls -a node ../../index.js echo "Finished running generate reports script"