File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 build :
1616 name : VTop Example
17- runs-on : self-hosted
17+ runs-on : oracle-vm-8cpu-32gb-x86-64
1818
1919 steps :
2020 - name : Skip CI
6060 if : steps.changes.outputs.end_to_end == 'true'
6161 uses : ./.github/actions/tune-os
6262
63+ - name : Setup MySQL
64+ if : steps.changes.outputs.end_to_end == 'true'
65+ uses : ./.github/actions/setup-mysql
66+ with :
67+ flavor : mysql-8.4
68+
6369 - name : Get dependencies
6470 if : steps.changes.outputs.end_to_end == 'true'
6571 run : |
8389 timeout-minutes : 60
8490 run : |
8591 source build.env
86- go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example
92+ go run test.go -docker=false -skip-build -print-log -follow -retry=1 -timeout=60m vtop_example
You can’t perform that action at this time.
0 commit comments