Skip to content

Commit fb4f34c

Browse files
authored
Display the correct shared project while running shared distro tests (#55261)
1 parent 2dcb88f commit fb4f34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
persist-credentials: false
113113
- name: "Install uv"
114114
run: curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
115-
- name: "Run shared secrets masker tests"
115+
- name: "Run shared ${{ matrix.shared-distribution }} tests"
116116
run: uv run --group dev pytest --color=yes -n auto
117117
working-directory: shared/${{ matrix.shared-distribution }}
118118
tests-ui:

0 commit comments

Comments
 (0)