git.delta.rocks / unique-network / refs/commits / 1eca7ea78e86

difftreelog

timeout before autogenerate js types.

Alexander Aksenov2022-09-05parent: #62ab9cc.patch.diff
in: master

1 file changed

modified.github/workflows/autogen-js-types.ymldiffbeforeafterboth
73 - name: Build the stack73 - name: Build the stack
74 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --remove-orphans74 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --remove-orphans
75
76 - name: Wait untill node-dev started.
77 run: sleep 600s
7578
76 - uses: actions/setup-node@v379 - uses: actions/setup-node@v3
77 with:80 with: