Skip to content

Commit

Permalink
updated ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rotembarsela committed Aug 14, 2024
1 parent 4ad7a6f commit 7d45ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ 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: >-
--health-cmd="mysqladmin ping --silent"
--health-interval=10s
--health-timeout=5s
--health-retries=3
command: --innodb-use-native-aio=OFF
redis:
image: redis:latest
ports:
Expand All @@ -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
Expand Down

0 comments on commit 7d45ed5

Please sign in to comment.