Skip to content

Commit

Permalink
tests.yml: Double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Jul 14, 2024
1 parent d3a845d commit 80d0b72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

- name: Install Homebrew Bundler RubyGems
if: steps.cache.outputs.cache-hit != 'true'
run: brew install-bundler-gems
run: "brew install-bundler-gems"

- run: brew test-bot --only-cleanup-before
- run: "brew test-bot --only-cleanup-before"

- run: brew test-bot --only-setup
- run: "brew test-bot --only-setup"

- run: brew test-bot --only-tap-syntax
- run: "brew test-bot --only-tap-syntax"

- run: brew test-bot --only-formulae
- run: "brew test-bot --only-formulae"
if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
Expand Down

0 comments on commit 80d0b72

Please sign in to comment.