Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anshss committed Jan 4, 2025
1 parent 6e234cf commit 4a82697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

jobs:
setup-and-test:
node-test:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
echo "ETHEREUM_PRIVATE_KEY=${{ secrets.ETHEREUM_PRIVATE_KEY }}" > $GITHUB_WORKSPACE/wrapped-keys/nodejs/.env
echo "SOLANA_PRIVATE_KEY=${{ secrets.SOLANA_PRIVATE_KEY }}" >> $GITHUB_WORKSPACE/wrapped-keys/nodejs/.env
- name: Run Tests
run: yarn test-lit
- name: Run Tests in Node.js
run: yarn test:node
continue-on-error: false
Binary file not shown.

0 comments on commit 4a82697

Please sign in to comment.