aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-11-20 12:57:26 +0100
committerAndre Weissflog <floooh@gmail.com>2022-11-20 12:57:26 +0100
commit74a8724d8e0715c79ba9113c4cdc4f742ecd085e (patch)
tree501a399369dfb06ce74a0df1b32aa8a10b2f6de6 /.github/workflows/main.yml
parent50a9bc6601739f963ad894c8951c2e2a3123ecad (diff)
re-enable uwp tests
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f6d87b92..640a1b64 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -63,12 +63,12 @@ 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
+ uwp:
+ runs-on: windows-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: test_uwp
+ run: |
+ cd tests
+ test_uwp.cmd
+ shell: cmd