diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0359ef16a..355cdfb05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: node-version: [10.x, 12.x, 14.x] - db-types: ['postgres', 'mysql'] + db-type: ['postgres', 'mysql'] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}