Skip to content

Commit

Permalink
Добавлен шаг сборки проекта
Browse files Browse the repository at this point in the history
  • Loading branch information
yukon39 committed Nov 23, 2024
1 parent 02097b4 commit fc121d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ jobs:
'@
shell: pwsh

- name: Сборка проекта
uses: coactions/setup-xvfb@v1
continue-on-error: false
with:
run: oscript ./tasks/build.os

- name: Тестирование
uses: coactions/setup-xvfb@v1
continue-on-error: true
Expand Down

0 comments on commit fc121d0

Please sign in to comment.