Skip to content

fix: fix issue of inputs not being found by attribute (=javascript) search #599

fix: fix issue of inputs not being found by attribute (=javascript) search

fix: fix issue of inputs not being found by attribute (=javascript) search #599

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"