Skip to content

Commit

Permalink
workflows/tests: use dry run for generate-*-api
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed May 16, 2023
1 parent 358a2ce commit 1520200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: brew audit --skip-style --except=version --tap=homebrew/core

- name: Generate formula API
run: brew generate-formula-api
run: brew generate-formula-api --dry-run

cask-audit:
name: cask audit
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
brew audit --skip-style --except=version --tap=homebrew/cask-versions
- name: Generate cask API
run: brew generate-cask-api
run: brew generate-cask-api --dry-run

vendored-gems:
name: vendored gems
Expand Down

0 comments on commit 1520200

Please sign in to comment.