@@ -75,12 +75,12 @@ jobs:
7575 - name : Compile all tests
7676 run : make --directory=tests/ compile_clang
7777
78- files_without_tests :
78+ find_files_without_tests :
7979 runs-on : ubuntu-latest
8080 steps :
8181 - uses : actions/checkout@v2
8282 - name : files without tests
83- run : make --directory=tests/ files_without_tests
83+ run : make --directory=tests/ find_files_without_tests
8484
8585 build_pdf :
8686 runs-on : ubuntu-latest
@@ -101,7 +101,7 @@ jobs:
101101
102102 publish_ptc :
103103 runs-on : ubuntu-latest
104- needs : [library_checker_aizu, grep_clangformat_cppcheck, clangtidy, compile_gcc, compile_clang, files_without_tests , build_pdf]
104+ needs : [library_checker_aizu, grep_clangformat_cppcheck, clangtidy, compile_gcc, compile_clang, find_files_without_tests , build_pdf]
105105 if : github.ref == 'refs/heads/dev' && github.event_name == 'push'
106106 steps :
107107 - uses : actions/checkout@v2
@@ -119,7 +119,7 @@ jobs:
119119
120120 update_main :
121121 runs-on : ubuntu-latest
122- needs : [library_checker_aizu, grep_clangformat_cppcheck, clangtidy, compile_gcc, compile_clang, files_without_tests ]
122+ needs : [library_checker_aizu, grep_clangformat_cppcheck, clangtidy, compile_gcc, compile_clang, find_files_without_tests ]
123123 if : github.ref == 'refs/heads/dev' && github.event_name == 'push'
124124 steps :
125125 - uses : actions/checkout@v2
0 commit comments