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 2dcb88f commit fb4f34cCopy full SHA for fb4f34c
.github/workflows/basic-tests.yml
@@ -112,7 +112,7 @@ jobs:
112
persist-credentials: false
113
- name: "Install uv"
114
run: curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
115
- - name: "Run shared secrets masker tests"
+ - name: "Run shared ${{ matrix.shared-distribution }} tests"
116
run: uv run --group dev pytest --color=yes -n auto
117
working-directory: shared/${{ matrix.shared-distribution }}
118
tests-ui:
0 commit comments