Upgrade testcafe to remove dependency vuln #378
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WCAG tests | |
on: | |
pull_request: | |
branches: [develop, hotfix/*, release/*, support/*] | |
jobs: | |
call_wcag_test: | |
uses: yext/slapshot-reusable-workflows/.github/workflows/wcag_test.yml@v1 | |
with: | |
build_script: npm run setup-test-site && npm run build-test-site |