Skip to content

Commit

Permalink
Merge pull request #457 from cisagov/disable-playwright
Browse files Browse the repository at this point in the history
Temporarily disable Playwright to not block deployments
  • Loading branch information
cduhn17 authored Jul 18, 2024
2 parents cc0e9f3 + 704398f commit 5b31f10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
name: Playwright Tests
on:
deployment_status:
paths:
- playwright/**
- .github/workflows/playwright.yml
push:
defaults:
run:
working-directory: ./playwright
Expand All @@ -15,7 +13,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.2-jammy
if: github.event.deployment_status.state == 'success'
# TODO: Refactor action to use updated logic for Login.gov
# when a service account to run tests is available for use.
# Issue: CRASH-337
if: true == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 5b31f10

Please sign in to comment.