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 ece367c commit bf8a72cCopy full SHA for bf8a72c
.github/workflows/ci-cd.yml
@@ -483,6 +483,7 @@ jobs:
483
needs:
484
- build
485
- pre-setup # transitive, for accessing settings
486
+
487
strategy:
488
matrix:
489
runner-vm-os:
@@ -506,6 +507,7 @@ jobs:
506
507
check-name:
508
- ''
509
fail-fast: false
510
511
uses: ./.github/workflows/reusable-tox.yml
512
with:
513
cache-key-files: >-
@@ -541,9 +543,11 @@ jobs:
541
543
542
544
tests:
545
name: 🧪 Tests${{ '' }} # nest jobs under the same sidebar category
546
547
548
549
550
551
552
553
python-version:
0 commit comments