Skip to content

Commit

Permalink
update pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pajicf committed Dec 10, 2023
1 parent 756be25 commit 9bb8cce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DEPLOYER_PRIVATE_KEY=0xabc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1

ETHEREUM_GOERLI_RPC=API
ETHEREUM_SEPOLICA_RPC=API

ETHERSCAN_API_KEY=API
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,9 @@ jobs:
path: node_modules
key: node_modules-${{ hashFiles('**/yarn.lock') }}

- name: Create mock .env file
run: |
cp .env.test .env
- name: All Tests pass
run: yarn test

0 comments on commit 9bb8cce

Please sign in to comment.