Skip to content

Commit

Permalink
chore: Test Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Nov 30, 2023
1 parent a1dd70d commit 3f620f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest

env:
ACCOUNT_ADDRESS: ${{ secrets.ACCOUNT_ADDRESS }}
ACCOUNT_PRIVATEKEY: ${{ secrets.ACCOUNT_PRIVATEKEY }}

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3f620f6

Please sign in to comment.