File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
3030 run : python content/dashboard/dashboard.py
3131
3232 - name : Debug and Inspect Generated Files on Runner # MODIFIED/ENHANCED STEP
33- run : |
34- echo "--- Current Directory ---"
35- pwd
36- echo "--- Listing static/dashboard/ ---"
37- ls -la static/dashboard/
38- echo "--- Checksum of all files in static/dashboard/ ---"
39- find static/dashboard -type f -print0 | xargs -0 md5sum || echo "No files to checksum"
40-
41- echo "--- Last 10 lines of static/dashboard/vacancy_rate.csv on runner ---"
42- tail -n 10 static/dashboard/vacancy_rate.csv || echo "vacancy_rate.csv not found or empty"
43-
44- echo "--- Last 10 lines of static/dashboard/unemployment_rate.csv on runner ---"
45- tail -n 10 static/dashboard/unemployment_rate.csv || echo "unemployment_rate.csv not found or empty"
33+ run : |
34+ echo "--- Current Directory ---"
35+ pwd
36+ echo "--- Listing static/dashboard/ ---"
37+ ls -la static/dashboard/
38+ echo "--- Checksum of all files in static/dashboard/ ---"
39+ find static/dashboard -type f -print0 | xargs -0 md5sum || echo "No files to checksum"
40+
41+ echo "--- Last 10 lines of static/dashboard/vacancy_rate.csv on runner ---"
42+ tail -n 10 static/dashboard/vacancy_rate.csv || echo "vacancy_rate.csv not found or empty"
43+
44+ echo "--- Last 10 lines of static/dashboard/unemployment_rate.csv on runner ---"
45+ tail -n 10 static/dashboard/unemployment_rate.csv || echo "unemployment_rate.csv not found or empty"
4646
4747 - name : Debug generated files
4848 run : |
You can’t perform that action at this time.
0 commit comments