Skip to content

Commit

Permalink
ci: tighten cycles limit
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jun 22, 2023
1 parent 6c50a22 commit 38919fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: sudo apt install -y graphviz

- name: Check for cycles
run: scripts/check-dependency-cycles.sh 4
run: scripts/check-dependency-cycles.sh 3

##################
# Lint tests
Expand Down

0 comments on commit 38919fc

Please sign in to comment.