We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4570f0 commit 615c7c6Copy full SHA for 615c7c6
.github/actions/test-provider-tfe/action.yml
@@ -93,18 +93,6 @@ runs:
93
list: ${{ inputs.list_tests }}
94
continue-on-error: true
95
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
-
108
- name: Run Tests
109
shell: bash
110
env:
0 commit comments