--- a/.github/workflows/autogen-js-types.yml +++ b/.github/workflows/autogen-js-types.yml @@ -72,6 +72,9 @@ - name: Build the stack run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --remove-orphans + + - name: Wait untill node-dev started. + run: sleep 600s - uses: actions/setup-node@v3 with: