Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/node-testing-with-dbs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
--health-timeout 5s
--health-retries 5
mysql:
image: mysql:8
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: 1234
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: '1234'
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Testing
Expand All @@ -49,5 +50,5 @@ jobs:
with:
node_v: ${{ inputs.node_v }}
npm_token: ${{ secrets.NPM_TOKEN }}
db_url: mysql
db_url: "127.0.0.1"
redis_url: redis