test: increase ci-cd timeout, docker compose correction

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2023-02-16 09:48:36 +05:30
parent a9fd6f3aea
commit d5c3b4c5c7
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ concurrency:
jobs:
unit-tests:
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 40
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
steps:
- name: Setup Node

View File

@@ -4,10 +4,11 @@ version: "3.5"
# disabling default sql-mode set to only_full_group_by
services:
xc-mysql-sakila-db:
network_mode: host
image: mysql:8.0
command: mysqld --sql_mode=""
restart: always
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: password
volumes: