diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1019696a..12d1b59b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -46,19 +46,19 @@ jobs:
find docs -name "*.html" | cut -c 5- > docs/temp
printf "
Code Tests
" >> docs/index.html
printf "\n" >> docs/index.html
- cat docs/temp | while read line; do if echo ${line} | grep "code"; then printf "\t- $line
\n" >> docs/index.html; fi; done
+ cat docs/temp | while read line; do if echo ${line} | grep "test_code"; then printf "\t- $line
\n" >> docs/index.html; fi; done
printf "
\n" >> docs/index.html
printf "Data Tests
" >> docs/index.html
printf "\n" >> docs/index.html
- cat docs/temp | while read line; do if echo ${line} | grep "data"; then printf "\t- $line
\n" >> docs/index.html; fi; done
+ cat docs/temp | while read line; do if echo ${line} | grep "test_data"; then printf "\t- $line
\n" >> docs/index.html; fi; done
printf "
\n" >> docs/index.html
printf "File Name Tests
" >> docs/index.html
printf "\n" >> docs/index.html
- cat docs/temp | while read line; do if echo ${line} | grep "file_name"; then printf "\t- $line
\n" >> docs/index.html; fi; done
+ cat docs/temp | while read line; do if echo ${line} | grep "test_file_name"; then printf "\t- $line
\n" >> docs/index.html; fi; done
printf "
\n" >> docs/index.html
printf "Measure Info Tests
" >> docs/index.html
printf "\n" >> docs/index.html
- cat docs/temp | while read line; do if echo ${line} | grep "measure_info"; then printf "\t- $line
\n" >> docs/index.html; fi; done
+ cat docs/temp | while read line; do if echo ${line} | grep "test_measure_info"; then printf "\t- $line
\n" >> docs/index.html; fi; done
printf "
\n" >> docs/index.html
printf "Inventory Reports
" >> docs/index.html
printf "\n" >> docs/index.html