Skip to content

Commit

Permalink
Fix packages CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Feb 19, 2024
1 parent 1a5d3e7 commit 8c77410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
# npx nx affected --target test:e2e

notify:
needs: [test-type, test-unit, test-integration, test-e2e]
needs: [test-type, test-unit]
# needs: [test-type, test-unit, test-integration, test-e2e]
runs-on: ubuntu-latest
steps:
- name: Send Slack notification on failure
Expand Down

0 comments on commit 8c77410

Please sign in to comment.