Skip to content

Commit

Permalink
try prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 17, 2024
1 parent 2358ed6 commit 4eed8ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check_508_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ jobs:
name: Compliance Check
runs-on: ubuntu-latest
steps:
- name: Sanity check
run: |
curl -v https://stage.dpc.cms.gov
- name: Run Axe Check
if: ${{ 'foo' == 'bar' }}
env:
TARGET_BASE_URL: 'https://stage.dpc.cms.gov'
TARGET_BASE_URL: 'https://dpc.cms.gov'
run: |
TARGETS_TO_SCAN="${TARGET_BASE_URL}"
TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_BASE_URL}/faq.html"
Expand Down

0 comments on commit 4eed8ef

Please sign in to comment.