File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 3434 fi
3535
3636 - name : Test Queries
37- if : steps.changes.outputs.src == 'true'
3837 env :
3938 RUNNER_TEMP : ${{ runner.temp }}
4039 shell : python
@@ -87,21 +86,13 @@ jobs:
8786 file.close()
8887
8988 - name : Upload test results
90- if : steps.changes.outputs.src == 'true'
9189 uses : actions/upload-artifact@v4
9290 with :
9391 name : ${{ matrix.language }}-test-results
9492 path : |
9593 ${{ runner.temp }}/${{ matrix.language }}/test_report_slice_*.json
9694 if-no-files-found : error
9795
98- - name : Compile / Check Suites & Packs
99- if : steps.changes.outputs.src == 'true'
100- env :
101- GITHUB_TOKEN : ${{ github.token }}
102- run : |
103- ./.github/scripts/pr-suites-packs.sh ${{ github.event.number }} ${{ matrix.language }}
104-
10596 validate-test-results :
10697 name : Validate test results
10798 needs : compile-and-test
You can’t perform that action at this time.
0 commit comments