From 217179f48f34738e89090ae73314add09323e2ab Mon Sep 17 00:00:00 2001 From: Justin Alink Date: Wed, 16 Oct 2024 12:01:02 +0200 Subject: [PATCH] test CI false --- .github/workflows/playwright.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 858f7ec89..807745ce5 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -31,7 +31,6 @@ jobs: 'TestSettings:TEST_PASSWORD': '${{ secrets.PLAYWRIGHT_PASSWORD }}' 'TestSettings:TEST_TOTP_SECRET': ${{ secrets.PLAYWRIGHT_TOTP_SECRET }} 'TestSettings:TEST_BASE_URL': ${{ secrets.PLAYWRIGHT_BASE_URL }} - CI: 'true' - name: Create html file if: ${{ failure() && steps.e2e.conclusion == 'failure' }} run: |