Skip to content

Commit d47dd31

Browse files
committed
fix conflict
Signed-off-by: Tanjin Xu <tanjin.xu@slack-corp.com>
1 parent 123f280 commit d47dd31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/templates/unit_test.tpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)