fix: fix issue of inputs not being found by attribute (=javascript) search #599
This file contains 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: Windows | |
on: | |
push: | |
branches: [ master ] | |
paths-ignore: | |
- '**.md' | |
- 'docs/**' | |
pull_request: | |
branches: [ master ] | |
paths-ignore: | |
- '**.md' | |
- 'docs/**' | |
jobs: | |
windows_acceptance: | |
name: Windows | |
uses: ./.github/workflows/tests_reusable.yml | |
with: | |
# arrays for matrices must be given as string for json parsing | |
# https://github.community/t/reusable-workflow-with-strategy-matrix/205676 | |
os: '["windows-latest"]' | |
browser: '["chrome", "edge", "firefox"]' | |
python-version: '["3.11", "3.12"]' | |
rfw-4x-python: "3.11" | |
rfw-exclude-tags: "-e FLASK" | |