File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -262,40 +262,7 @@ jobs:
262262 runs-on : ubuntu-latest
263263 timeout-minutes : 120
264264
265- services :
266- postgres :
267- image : postgres:10.5
268- env :
269- POSTGRES_USER : hibernate_orm_test
270- POSTGRES_PASSWORD : hibernate_orm_test
271- POSTGRES_DB : hibernate_orm_test
272- ports :
273- - 5432:5432
274- neo4j :
275- image : neo4j/neo4j-experimental:4.0.0-rc01
276- env :
277- NEO4J_AUTH : neo4j/secret
278- NEO4J_dbms_memory_pagecache_size : 10M
279- NEO4J_dbms_memory_heap_initial__size : 10M
280- ports :
281- - 7687:7687
282- amazonServices :
283- image : localstack/localstack:0.11.1
284- env :
285- SERVICES : s3,dynamodb,sns,sqs
286- START_WEB : 0
287- ports :
288- - 127.0.0.1:8000:4569
289- - 127.0.0.1:8008:4572
290- - 127.0.0.1:8009:4575
291- - 127.0.0.1:8010:4576
292-
293265 steps :
294- - name : Start mysql
295- shell : bash
296- run : |
297- sudo service mysql stop || true
298- docker run --rm --publish 3306:3306 --name build-mysql -e MYSQL_USER=$DB_USER -e MYSQL_PASSWORD=$DB_PASSWORD -e MYSQL_DATABASE=$DB_NAME -e MYSQL_RANDOM_ROOT_PASSWORD=true -e MYSQL_DATABASE=hibernate_orm_test -d mysql:5 --skip-ssl
299266 - uses : actions/checkout@v2
300267 - name : Reclaim Disk Space
301268 run : .github/ci-prerequisites.sh
You can’t perform that action at this time.
0 commit comments