Skip to content

Commit 86ec9e9

Browse files
yukon39artbear
authored andcommitted
Добавлен шаг сборки проекта
1 parent 02097b4 commit 86ec9e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ jobs:
149149
'@
150150
shell: pwsh
151151

152+
- name: Сборка проекта
153+
uses: coactions/setup-xvfb@v1
154+
continue-on-error: false
155+
with:
156+
run: oscript ./tasks/build.os
157+
152158
- name: Тестирование
153159
uses: coactions/setup-xvfb@v1
154160
continue-on-error: true

0 commit comments

Comments
 (0)