More regions for checklist interaction tests

This commit is contained in:
2021-02-14 22:50:22 +00:00
parent c02e2e6bbf
commit 6c9e360927
7 changed files with 236 additions and 24 deletions

View File

@@ -10,12 +10,16 @@ jobs:
build:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
# strategy:
# matrix:
# browser: ['chrome']
strategy:
matrix:
python: [3.9]
experimental: [false]
include:
- python: 3.10.0-alpha.5
experimental: true
continue-on-error: ${{ matrix.experimental }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BROWSER: ${{ matrix.browser }}
steps:
- uses: actions/checkout@v2
- name: Cache Static Files
@@ -31,7 +35,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: ${{ matrix.python }}
- name: Cache python deps
uses: actions/cache@v2
with: