diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-01-28 20:55:01 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-01-28 20:55:01 +0100 |
| commit | a2d811356a241cae8e640995f0ecef7c1c2b74c0 (patch) | |
| tree | 3066c62699ee19ecfcd2f6a215e8afd632b19223 /.github/workflows/main.yml | |
| parent | 1d81610955b164bd03c38086623a35a4f33a3afb (diff) | |
remove uwp support from tests
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 0 insertions, 9 deletions
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 |