From fc121d0de08ed8849622d130f7638f7b0e93a89d Mon Sep 17 00:00:00 2001 From: Yuri Goncharuk Date: Sat, 23 Nov 2024 16:34:19 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=88=D0=B0=D0=B3=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e01382c0..7fea61d8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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