From 7d45ed534f6ccf0fe628c0770659efa101dba9c9 Mon Sep 17 00:00:00 2001 From: Rotem Bar Sela Date: Wed, 14 Aug 2024 20:54:58 +0300 Subject: [PATCH] updated ci/cd --- .github/workflows/ci-cd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 07ec517..94cd4d3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,6 +20,8 @@ jobs: MYSQL_DATABASE: project_db MYSQL_USER: project_user MYSQL_PASSWORD: user_password + MARIADB_INITDB_SKIP_TZINFO: 1 + MARIADB_INNODB_USE_NATIVE_AIO: 0 ports: - 3306:3306 options: >- @@ -27,7 +29,6 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=3 - command: --innodb-use-native-aio=OFF redis: image: redis:latest ports: @@ -45,7 +46,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Cache Server dependencies uses: actions/cache@v3