From a2d811356a241cae8e640995f0ecef7c1c2b74c0 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 28 Jan 2023 20:55:01 +0100 Subject: remove uwp support from tests --- .github/workflows/main.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 640a1b64..c06f3685 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,12 +63,3 @@ jobs: run: | cd tests ./test_android.sh - uwp: - runs-on: windows-latest - steps: - - uses: actions/checkout@v3 - - name: test_uwp - run: | - cd tests - test_uwp.cmd - shell: cmd -- cgit v1.2.3