Skip to content

Commit

Permalink
debug workflow node
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <[email protected]>
  • Loading branch information
TJ Zhang committed Oct 17, 2024
1 parent 90c3dbe commit 762f57f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ jobs:
target: aarch64-unknown-linux-gnu
github-token: ${{ secrets.GITHUB_TOKEN }}
engine-version: ${{ matrix.engine.version }}

- name: Install dependencies
run: |
npm config set arch arm64
npm config set platform linux
npm ci --no-optional
- name: test
run: npm run test-modules -- --tls --cluster-endpoints=${{ secrets.MEMDB_MODULES_ENDPOINT }}
Expand Down

0 comments on commit 762f57f

Please sign in to comment.