Skip to content

Commit

Permalink
fix install not working
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldimmitt committed Dec 4, 2021
1 parent 52f2274 commit 567a549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-brew-formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: brew audit --new-formula Formula/bats-support.rb
continue-on-error: true
- name: Bats-support INSTALL
run: brew install --build-from-source --verbose Formula/bats-support.rb
run: brew install --build-from-source --verbose bats-support
continue-on-error: true
- name: Bats-support TEST
run: brew test Formula/bats-support.rb
Expand All @@ -38,7 +38,7 @@ jobs:
run: brew audit --new-formula Formula/bats-assert.rb
continue-on-error: true
- name: Bats-assert INSTALL
run: brew install --build-from-source --verbose Formula/bats-assert.rb
run: brew install --build-from-source --verbose bats-assert
continue-on-error: true
- name: Bats-assert TEST
run: brew test Formula/bats-assert.rb
Expand All @@ -47,7 +47,7 @@ jobs:
run: brew audit --new-formula Formula/bats-file.rb
continue-on-error: true
- name: Bats-file INSTALL
run: brew install --build-from-source --verbose Formula/bats-file.rb
run: brew install --build-from-source --verbose bats-file
continue-on-error: true
- name: Bats-file TEST
run: brew test Formula/bats-file.rb
Expand All @@ -56,7 +56,7 @@ jobs:
run: brew audit --new-formula Formula/bats-detik.rb
continue-on-error: true
- name: Bats-detik INSTALL
run: brew install --build-from-source --verbose Formula/bats-detik.rb
run: brew install --build-from-source --verbose bats-detik
continue-on-error: true
- name: Bats-detik TEST
run: brew test Formula/bats-detik.rb
Expand Down

0 comments on commit 567a549

Please sign in to comment.