diff --git a/.github/workflows/e2e_docker.yml b/.github/workflows/e2e_docker.yml index a2f597041..0fbedb12c 100644 --- a/.github/workflows/e2e_docker.yml +++ b/.github/workflows/e2e_docker.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - resolution: ['low', 'medium', 'high'] + resolution: ['high'] steps: - name: Checkout @@ -35,7 +35,7 @@ jobs: - name: Run e2e tests (${{ matrix.resolution }} res) run: | - docker-compose -f docker-compose.ci.yml --env-file ${{ matrix.resolution }}-res.env --profile synpress --build --exit-code-from synpress + docker-compose -f docker-compose.ci.yml --env-file ${{ matrix.resolution }}-res.env --profile synpress up --build --exit-code-from synpress env: COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1