Update tests.yml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index b3959d7..63a4215 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -14,18 +14,6 @@
steps:
- uses: actions/checkout@v2
- - name: Debug Premake Info
- shell: bash
- run: |
- echo "== Checking build scripts =="
- ls -R build | grep build_rive
- echo
- echo "== Searching for premake invocations =="
- grep -R "premake5" build/build_rive.* || true
- echo
- echo "== Show premake version =="
- premake5 --version || echo "premake5 not found"
-
- name: Install dependencies
run: |
sudo apt-get update
@@ -53,6 +41,12 @@
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
+
+ - name: Build Rive
+ shell: pwsh
+ run: |
+ ./build/build_rive.ps1 release
+
- name: Tests
run: |
cd tests/unit_tests