From a12adffd7f361647fbca00c84c564e3f61b3118a Mon Sep 17 00:00:00 2001 From: monsieurswag Date: Fri, 12 Jul 2024 12:41:53 +0200 Subject: [PATCH] Debug commit: Only make a single test run --- .github/workflows/functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 37b8eacb3c..cf0ba904aa 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -95,7 +95,7 @@ jobs: nohup python manage.py runserver & - name: Run tests with browser ${{ matrix.playwright-browser }} working-directory: ${{ env.working-directory }} - run: npx playwright test --project=${{ matrix.playwright-browser }} + run: npx playwright test --project=${{ matrix.playwright-browser }} --grep=@forgotpassword - uses: actions/upload-artifact@v4 if: always() with: