Fix first step of the matrix (#1381)

This commit is contained in:
erabii
2023-07-05 18:17:49 +03:00
committed by GitHub
parent 2bda3c77ad
commit 5be0951ad0
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ runs:
- name: test-bounds
shell: bash
run: |
PLAIN_TEST_CLASSNAMES=($(cat /tmp/tests.txt | grep 'spring.cloud.k8s.test.to.run' | awk '{print $3}'))
PLAIN_TEST_CLASSNAMES=($(cat /tmp/tests.txt | grep -o 'spring.cloud.k8s.test.to.run -> org.*' | awk '{print $3}'))
NUMBER_OF_TESTS=${#PLAIN_TEST_CLASSNAMES[@]}
echo "current index : ${CURRENT_INDEX}"