diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-20 12:57:26 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-20 12:57:26 +0100 |
| commit | 74a8724d8e0715c79ba9113c4cdc4f742ecd085e (patch) | |
| tree | 501a399369dfb06ce74a0df1b32aa8a10b2f6de6 /.github | |
| parent | 50a9bc6601739f963ad894c8951c2e2a3123ecad (diff) | |
re-enable uwp tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 18 |
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 |