File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD || echo "")
3939
4040 # Check if any test-relevant files changed
41- TEST_PATTERNS="scripts/ tests/ pyproject.toml .github/workflows/test.yml"
41+ TEST_PATTERNS="scripts/ tests/ pyproject.toml \\ .github/workflows/test\\ .yml"
4242 SHOULD_TEST=false
4343
4444 for pattern in $TEST_PATTERNS; do
7070 fi
7171
7272 test :
73- name : Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
73+ name : Test Python on ${{ matrix.os }}
7474 needs : status-check
7575 if : needs.status-check.outputs.should-test == 'true'
7676 runs-on : ${{ matrix.os }}
8484 - name : Checkout code
8585 uses : actions/checkout@v4
8686
87- - name : Set up Python ${{ matrix.python-version }}
87+ - name : Set up Python
8888 uses : actions/setup-python@v5
8989 with :
9090 python-version-file : pyproject.toml
@@ -105,7 +105,7 @@ jobs:
105105 if : always()
106106 uses : actions/upload-artifact@v4
107107 with :
108- name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
108+ name : test-results-${{ matrix.os }}
109109 path : test-results.xml
110110
111111 - name : Upload coverage reports
You can’t perform that action at this time.
0 commit comments