From 0dc1df8c86c368b359245ab198574ec8c8f8e4bf Mon Sep 17 00:00:00 2001 From: awaelchli Date: Tue, 28 Nov 2023 14:27:34 +0100 Subject: [PATCH] gh run id --- .github/workflows/ci-tests-fabric.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests-fabric.yml b/.github/workflows/ci-tests-fabric.yml index 635c77f479fc4..0a142bdea83db 100644 --- a/.github/workflows/ci-tests-fabric.yml +++ b/.github/workflows/ci-tests-fabric.yml @@ -164,6 +164,7 @@ jobs: working-directory: tests/tests_fabric # NOTE: do not include coverage report here, see: https://github.com/nedbat/coveragepy/issues/1003 run: | + echo $GITHUB_RUN_ID python -m coverage run --source ${{ env.COVERAGE_SCOPE }} \ -m pytest -v --timeout=30 --durations=50 --random-order-seed=$GITHUB_RUN_ID