File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,8 @@ jobs:
147147 # We sometimes need to alter the behavior based on the platform we're
148148 # testing, e.g. MySQL 5.7 vs 8.0.
149149 export CI_DB_PLATFORM="{{.Platform}}"
150- <<<<<<< HEAD
151-
152- eatmydata -- make unit_test | tee -a output.txt | go-junit-report -set-exit-code > report.xml
153- =======
154150
155151 make unit_test | tee -a output.txt | go-junit-report -set-exit-code > report.xml
156- >>>>>>> 25789f715a ([release-22.0] ci: DRY up MySQL Setup (#18815) (#18836))
157152
158153 - name: Record test results in launchable if PR is not a draft
159154 if: github.event_name == 'pull_request' && github.event.pull_request.draft == 'false' && steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.unit_tests == 'true' && always()
You can’t perform that action at this time.
0 commit comments