Dpc-Portal Accessibility Tests #30
Workflow file for this run
This file contains hidden or 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: Dpc-Portal Accessibility Tests | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| name: 'Run Axe Accessibility tests on DPC-Portal' | |
| permissions: | |
| contents: read | |
| id-token: write | |
| runs-on: codebuild-dpc-app-${{github.run_id}}-${{github.run_attempt}} | |
| steps: | |
| - name: "Checkout code" | |
| uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
| - name: "Run Tests" | |
| run: | | |
| make ci-portal-accessibility |