Skip to content

Commit

Permalink
Debug commit: Only make a single test run
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Jul 12, 2024
1 parent 7d9f06c commit a12adff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a12adff

Please sign in to comment.