Skip to content

Commit

Permalink
Added HEDERA_NETWORK env variable to GitHub Workflow recipes to make …
Browse files Browse the repository at this point in the history
…testing env sane so that tests will, hopefully, pass
  • Loading branch information
3Nigma committed Oct 7, 2022
1 parent f65396b commit 278d07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
default: hedera-testnet

env:
HEDERA_NETWORK: ${{ secrets.HEDERAS_NETWORK }}
HEDERAS_CONTRACTS_RELATIVE_PATH: test
HEDERAS_CONTRACTS_INCLUDED_PREFIXES: general/contracts,general/contracts/import_resolution/node_modules,solidity-by-example/contracts,taskbar/contracts,hedera/contracts

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main

env:
HEDERA_NETWORK: ${{ secrets.HEDERAS_NETWORK }}
HEDERAS_CONTRACTS_RELATIVE_PATH: test
HEDERAS_CONTRACTS_INCLUDED_PREFIXES: general/contracts,general/contracts/import_resolution/node_modules,solidity-by-example/contracts,taskbar/contracts,hedera/contracts

Expand Down

0 comments on commit 278d07c

Please sign in to comment.