Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Feb 19, 2024
1 parent f81d949 commit ab42d90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/authz_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
run: |
make authz/test/integration
# - name: Test E2E
# shell: bash
# run: |
# make orchestration/test/e2e
- name: Test E2E
shell: bash
run: |
make orchestration/test/e2e
- name: Send Slack notification on failure
if: failure() && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ab42d90

Please sign in to comment.