TO-DROP: verify that the test fails with the current MSYS2 runtime #243
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: build | |
| on: [push, pull_request] | |
| permissions: | |
| contents: read | |
| jobs: | |
| ui-tests: | |
| uses: ./.github/workflows/ui-tests.yml | |
| with: | |
| msys2-runtime-artifact-name: install | |
| permissions: | |
| contents: read |