Skip to content

Commit

Permalink
fix: concurrency test mysql 5,8
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Jan 30, 2024
1 parent 733cb39 commit b10b18e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ on:
branches: [ master, 4.x ]

jobs:
Test:
Job:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master
with:
os: 'ubuntu-latest'
version: '16.17.0, 16, 18, 20'
Test-Mysql-8:
name: Node.js-Mysql-8
uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master
with:
os: 'ubuntu-latest'
version: '20'
mysql_version: '8'
mysql_version: '5, 8'

0 comments on commit b10b18e

Please sign in to comment.