From 4d795030a4934f0210a5129b12df2c098fe454ba Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Fri, 20 Sep 2024 10:21:33 -0400 Subject: [PATCH] #12885: rename step to test instead of incorrect description --- .github/workflows/_unit-tests-data-collection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_unit-tests-data-collection.yaml b/.github/workflows/_unit-tests-data-collection.yaml index 7b482b64679..4c5964fc65d 100644 --- a/.github/workflows/_unit-tests-data-collection.yaml +++ b/.github/workflows/_unit-tests-data-collection.yaml @@ -22,7 +22,7 @@ jobs: cache-dependency-path: 'infra/requirements-infra.txt' - name: Install infra dependencies run: pip install -r infra/requirements-infra.txt - - name: Create JSON + - name: Test env: PYTHONPATH: ${{ github.workspace }} working-directory: ${{ github.workspace }}/infra