Skip to content

Commit a2d6a17

Browse files
committed
fix: CI
1 parent 4224b24 commit a2d6a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
smart-tests verify
7474
7575
# Tell Smart Tests about the build you are producing and testing
76-
smart-tests record build --build ${GITHUB_RUN_ID}
76+
smart-tests record build --build ${GITHUB_RUN_ID} --branch ${GITHUB_REF_NAME}
7777
78-
smart-tests record session --build ${GITHUB_RUN_ID} --session ${GITHUB_RUN_NUMBER} --flavor os=${{ matrix.os }} --flavor python=$(cat .python-version)
78+
smart-tests record session --build ${GITHUB_RUN_ID} --session ${GITHUB_RUN_NUMBER} --test-suite 'python-unittest' --flavor os=${{ matrix.os }} --flavor python=$(cat .python-version)
7979
8080
# Find 25% of the relevant tests to run for this change
8181
find tests -name test_*.py | grep -v tests/data | smart-tests subset file --build ${GITHUB_RUN_ID} --session ${GITHUB_RUN_NUMBER} --target 25% --rest smart-tests-remainder.txt > subset.txt

0 commit comments

Comments
 (0)