Skip to content

fix bug in element key identity #563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fail after 3 errors in CI
  • Loading branch information
rmorshea committed Jan 4, 2022
commit 314dcff913ea6ec0c17a9417f93c513873efa090
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pip install -r requirements/nox-deps.txt
- name: Run Tests
env: { "CI": "true" }
run: nox -s test_python_suite -- --headless
run: nox -s test_python_suite -- --headless --maxfail=3
test-python-environments:
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -48,7 +48,7 @@ jobs:
run: pip install -r requirements/nox-deps.txt
- name: Run Tests
env: { "CI": "true" }
run: nox -s test_python -- --headless --no-cov
run: nox -s test_python -- --headless --maxfail=3 --no-cov
test-docs:
runs-on: ubuntu-latest
steps:
Expand Down