Skip to content

Commit

Permalink
💚 refer to correct npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffynuts committed Jan 10, 2024
1 parent 40ee4d1 commit f862624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-tempdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
TEMPDB_MYSQL_INIT_TIMEOUT: 90000
run: |
npm i
npm run test-tempdb
npm run test-ci-tempdb
test-tempdb-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
SUPPRESS_DOWNLOAD_PROGRESS: 1
run: |
npm i
npm run test-tempdb
npm run test-ci-tempdb
test-tempdb-osx:
runs-on: macos-latest
Expand Down Expand Up @@ -103,5 +103,5 @@ jobs:
SUPPRESS_DOWNLOAD_PROGRESS: 1
run: |
npm i
npm run test-tempdb
npm run test-ci-tempdb

0 comments on commit f862624

Please sign in to comment.