Skip to content

Commit 4e73161

Browse files
committed
chore: set the config for tests
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent 5cdca52 commit 4e73161

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
run: npx @hashgraph/solo@0.52.0 one-shot falcon deploy --values-file .github/falcon.yml
102102
timeout-minutes: 10
103103

104+
- name: Prepare the the tests config
105+
run: cp local.env .env
106+
104107
- name: Run the test in ${{ inputs.testfilter }}
105108
run: npx hardhat test --grep ${{ inputs.testfilter }}
106109

0 commit comments

Comments
 (0)