Skip to content

Commit

Permalink
Fix e2e tests GitHub workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
unexge committed Jul 12, 2024
1 parent 2691a5a commit 05018d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
seLinuxMode: "enforcing"
# TODO: This is temporary, we wanted to run our tests on SELinux enforced hosts even before we support it.
# Our tests will be passing on SELinux enforced hosts as well once we support it and we will remove this configuration.
continue-on-error: ${{ matrix.seLinuxMode == "enforcing" }}
continue-on-error: ${{ matrix.seLinuxMode == 'enforcing' }}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit 05018d4

Please sign in to comment.