Skip to content

Commit 5b532e3

Browse files
Update build-prod.yml
1 parent 72e412a commit 5b532e3

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/workflows/build-prod.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,23 @@ jobs:
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+

0 commit comments

Comments
 (0)