This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new fb4f34c8a1c Display the correct shared project while running shared
distro tests (#55261)
fb4f34c8a1c is described below
commit fb4f34c8a1c506a334ed9b8fd836a37780fa4a8c
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Sep 4 18:02:13 2025 +0530
Display the correct shared project while running shared distro tests
(#55261)
---
.github/workflows/basic-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 7a122db9d05..61780a01bae 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -112,7 +112,7 @@ jobs:
persist-credentials: false
- name: "Install uv"
run: curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
- - name: "Run shared secrets masker tests"
+ - name: "Run shared ${{ matrix.shared-distribution }} tests"
run: uv run --group dev pytest --color=yes -n auto
working-directory: shared/${{ matrix.shared-distribution }}
tests-ui: