Skip to content

Commit a7ff050

Browse files
add node version tests to os-compatibility.yml
1 parent 3a55d9d commit a7ff050

File tree

3 files changed

+456
-63
lines changed

3 files changed

+456
-63
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
run: npm ci
2424

2525
- name: Run tests
26-
run: npm run test
26+
run: npm run test:ci
2727

2828
- name: Move MySQLMSN directory for GitHub Actions upload
2929
if: ${{ failure() }}
3030
env:
3131
MOVE_MYSQLMSN_TO: /tmp/mysqlmsn
3232
run: npx ts-node tests/ci/DirMoveGitHubActions.ts
3333

34-
- name: Upload mysqlmsn directory (Not Windows)
34+
- name: Upload mysqlmsn directory
3535
if: ${{ failure() }}
3636
uses: actions/[email protected]
3737
with:

.github/workflows/node-compatibility.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)