File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 9494 name : Test Results
9595 path : Tests\Win64\Debug\dunitx-results.xml
9696
97-
97+ - name : Add Pasdoc to PATH
98+ shell : cmd
99+ run : |
100+ echo C:\Mac\Home\Documents\pasdoc\bin>> %GITHUB_PATH%
101+
102+ - name : Run DUnit tests
103+ shell : cmd
104+ run : |
105+ pasdoc --format html --output C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\Doc1 ^
106+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Controllers\*.pas ^
107+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Core\*.pas ^
108+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Infrastructure\Config\*.pas ^
109+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Infrastructure\Loggin\*.pas ^
110+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Infrastructure\Routing\*.pas ^
111+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Infrastructure\Security\*.pas ^
112+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Infrastructure\Support\*.pas ^
113+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Models\*.pas ^
114+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Server\*.pas ^
115+ C:\Users\danyleblanc\Documents\DL-Projets\FeedFlow\src\Services\*.pas
116+
You can’t perform that action at this time.
0 commit comments