difftreelog
fix path to docker-compose file
in: master
1 file changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth97 FORK_FROM=${{ matrix.fork_from_address }}97 FORK_FROM=${{ matrix.fork_from_address }}989899 - name: Show build configuration99 - name: Show build configuration100 run: cat .docker/forking/docker-compose.${{ matrix.network }}.yml100 run: cat .docker/docker-compose.${{ matrix.network }}.yml101101102 - name: Generate launch-config-forkless-data.json102 - name: Generate launch-config-forkless-data.json103 uses: cuchi/jinja2-action@v1.2.0103 uses: cuchi/jinja2-action@v1.2.0113113114114115 - name: Build the stack115 - name: Build the stack116 run: docker-compose -f ".docker/forking/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300116 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300117117118 - name: Check if docker logs consist logs related to Runtime Upgrade testing.118 - name: Check if docker logs consist logs related to Runtime Upgrade testing.119 if: success()119 if: success()