Skip to content

Commit

Permalink
attempt to fix e2e error
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Oct 15, 2024
1 parent bf0afe0 commit b4d0d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
sparse-checkout-cone-mode: false
- name: Log Deployment Status
run: echo "Deployment URL- ${{ github.event.deployment_status.environment_url }}"
- name: Enable unprivileged user namespaces
run: sudo sysctl kernel.unprivileged_userns_clone=1
shell: bash
- uses: narthur/pa11y-ratchet@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b4d0d80

Please sign in to comment.