From 1a05d6697679616b8b4c690f9513ad3aa7d0c7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B3=D0=BE=D1=80?= <148970641+Egor00f@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:42:28 +0500 Subject: [PATCH] Update test.yml + Test compiler working in install.ps1 test + choco package test oj windows instead ubuntu --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b7d5bc..47e5dec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,6 +54,11 @@ jobs: - name: Run script run: ${{ github.workspace }}\install.ps1 + - name: Test + run: | + kos32-gcc -v + kos32-g++ -v + #Test Windows Installer build-Installer: runs-on: windows-latest @@ -143,7 +148,7 @@ jobs: # Test chocolatey package install/remove chocolatey-package-test: - runs-on: ubuntu-latest + runs-on: windows-latest needs: chocolatey-package-build steps: - uses: actions/checkout@v4