Skip to content

Commit

Permalink
[CHORE] transport-node ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jul 8, 2024
1 parent 7d6b772 commit e991605
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}


- name: Install nats-server
uses: aricart/[email protected]
with:
Expand All @@ -50,6 +49,7 @@ jobs:
env:
CI: true
run: |
npm ci
npm run prepack
npm link
Expand All @@ -58,6 +58,7 @@ jobs:
env:
CI: true
run: |
npm ci
npm run prepack
npm link
Expand All @@ -66,6 +67,7 @@ jobs:
env:
CI: true
run: |
npm ci
npm run prepack
npm link
Expand All @@ -74,6 +76,7 @@ jobs:
env:
CI: true
run: |
npm ci
npm run prepack
npm link
Expand All @@ -82,6 +85,7 @@ jobs:
env:
CI: true
run: |
npm ci
npm run prepack
npm link
Expand Down

0 comments on commit e991605

Please sign in to comment.