Skip to content

Commit

Permalink
Merge pull request #211 from 0xs34n/pr/210
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 authored Jun 14, 2022
2 parents 80a5aba + 593dfa1 commit e81518e
Show file tree
Hide file tree
Showing 7 changed files with 25,621 additions and 241 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
matrix:
node-version:
- 14.x
env:
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_RPC_URL: ${{ secrets.TEST_RPC_URL }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build-and-test:
runs-on: ubuntu-latest
env:
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_RPC_URL: ${{ secrets.TEST_RPC_URL }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
Expand All @@ -16,6 +19,7 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test

- uses: actions/upload-artifact@v2
with:
name: build
Expand Down
Loading

0 comments on commit e81518e

Please sign in to comment.