mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 08:53:10 +00:00
Trying to wait a bit after starting hardhat before running the tests
This commit is contained in:
parent
0552bec6af
commit
46e8df097e
5
.github/workflows/ci-reusable.yml
vendored
5
.github/workflows/ci-reusable.yml
vendored
@ -62,7 +62,10 @@ jobs:
|
||||
npm install
|
||||
mkdir -p ../../tests/integration/logs
|
||||
npm start > ../../tests/integration/logs/hardhat.log 2>&1 &
|
||||
|
||||
# Wait for the contracts to be deployed
|
||||
# This sleep time is required with hardhat ignition
|
||||
sleep 5
|
||||
|
||||
## Part 2 Tests ##
|
||||
- name: Contract tests
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'all'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user