Skip to content

Commit

Permalink
WEBUI-1616: revert a11y changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jan 29, 2025
1 parent 879a8d2 commit baf2a21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,5 @@ jobs:
- name: Web UI build
run: mvn -B -ntp install

- name: Zip current folder
run: |
zip -r current-folder.zip .
- name: Upload current folder artifact
uses: actions/upload-artifact@v3
with:
name: current-folder
path: current-folder.zip

- name: A11y checks
run: mvn -B -ntp -f plugin/a11y install

0 comments on commit baf2a21

Please sign in to comment.