From 4b2ca973d83cdcbe3bc1a2d6967912e4683f56c0 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Tue, 2 Jul 2024 14:34:40 +0200 Subject: [PATCH] remove testcontainers run Signed-off-by: Mirko Mollik --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba9acf9..b71ebb0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,10 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - - name: Setup Testcontainers Cloud Client - uses: atomicjar/testcontainers-cloud-setup-action@v1 - with: - token: ${{ secrets.TC_CLOUD_TOKEN }} + # - name: Setup Testcontainers Cloud Client + # uses: atomicjar/testcontainers-cloud-setup-action@v1 + # with: + # token: ${{ secrets.TC_CLOUD_TOKEN }} - name: Lint, test, build, and container run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm exec nx affected -t lint test container e2e-ci