We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb5a17 commit 1099d3cCopy full SHA for 1099d3c
.github/workflows/accessibility-tests.yml
.github/workflows/playwright.yml
@@ -27,11 +27,6 @@ jobs:
27
python -m pip install --upgrade pip
28
pip install -r requirements.txt
29
python -m playwright install --with-deps chromium
30
- - name: Set up Ruby
31
- uses: ruby/setup-ruby@v1
32
- with:
33
- bundler-cache: true
34
- # Run tests
35
- name: Run Tests
36
run: |
37
python -m pytest
0 commit comments