Skip to content

Commit 615c7c6

Browse files
committed
WIP
1 parent c4570f0 commit 615c7c6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/actions/test-provider-tfe/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,6 @@ runs:
9393
list: ${{ inputs.list_tests }}
9494
continue-on-error: true
9595

96-
- name: Fallback test selection
97-
id: test_fallback
98-
shell: bash
99-
run: |
100-
if [ "${{ steps.test_split.outcome }}" = "failure" ] || [ -z "${{ steps.test_split.outputs.run }}" ]; then
101-
echo "Junit splitting failed or no output, using regex fallback"
102-
echo "run=${{ inputs.list_tests }}" >> $GITHUB_OUTPUT
103-
else
104-
echo "Using junit split output"
105-
echo "run=${{ steps.test_split.outputs.run }}" >> $GITHUB_OUTPUT
106-
fi
107-
10896
- name: Run Tests
10997
shell: bash
11098
env:

0 commit comments

Comments
 (0)