difftreelog
tests: rename step and remove orphaned containers
in: master
1 file changed
.github/workflows/dev-build-tests.ymldiffbeforeafterboth89 run: cat .docker/docker-compose.${{ matrix.network }}.yml89 run: cat .docker/docker-compose.${{ matrix.network }}.yml909091 - name: Build the stack91 - name: Build the stack92 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build92 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --remove-orphans939394 - uses: actions/setup-node@v394 - uses: actions/setup-node@v395 with:95 with:111 id: test-report111 id: test-report112 if: success() || failure() # run this step even if previous step failed112 if: success() || failure() # run this step even if previous step failed113 with:113 with:114 name: Tests ${{ matrix.network }} # Name of the check run which will be created114 name: int test results: ${{ matrix.network }} # Name of the check run which will be created115 path: tests/mochawesome-report/test-*.json # Path to test results115 path: tests/mochawesome-report/test-*.json # Path to test results116 reporter: mochawesome-json116 reporter: mochawesome-json117 fail-on-error: 'false'117 fail-on-error: 'false'180 run: cat .docker/docker-compose.unit.yml180 run: cat .docker/docker-compose.unit.yml181181182 - name: Build the stack182 - name: Build the stack183 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.unit.yml" up -d --build183 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.unit.yml" up -d --build --remove-orphans184184185185186 - name: Stop running containers186 - name: Stop running containers