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 f5b204d commit e2ba405
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: build
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 e2ba405

Please sign in to comment.