Skip to content

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

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

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

name: Linux
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
linux_acceptance:
name: Linux
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: '["ubuntu-latest"]'
browser: '["chrome", "firefox", "edge"]'
python-version: '["3.9", "3.12"]'
rfw-4x-python: "3.9"