Skip to content

Commit

Permalink
fix: adds rich wallet PK for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Oct 31, 2024
1 parent 166af4a commit 88343d8
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ jobs:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
WALLET_PRIVATE_KEY: "0x3d3cbc973389cb26f657686445bcc75662b415b656078503592ac8c1abb8810e"

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Run Era Test Node
uses: dutterbutter/era-test-node-action@latest
- name: Checkout Code
uses: actions/checkout@v3

- name: Install Dependencies
run: yarn install

- name: Run Tests
run: |
yarn ci:tests
- name: Run Era Test Node
uses: dutterbutter/era-test-node-action@latest

- name: Install Dependencies
run: yarn install

- name: Run Tests
run: |
yarn ci:tests

0 comments on commit 88343d8

Please sign in to comment.