Skip to content

Commit 5146035

Browse files
committed
fix: add homebrew-test step
1 parent ba1ddbd commit 5146035

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ concurrency:
2222
# will skip running `yarn install` if it successfully fetched from cache
2323

2424
jobs:
25+
homebrew-test:
26+
name: Test Hombrew
27+
runs-on: macos-latest
28+
timeout-minutes: 15
29+
steps:
30+
- name: Set up Homebrew
31+
id: set-up-homebrew
32+
uses: Homebrew/actions/setup-homebrew@master
33+
34+
- name: Bump code-server homebrew version
35+
run: brew bump-formula-pr --version="4.1.0-4995-6b7849c52b22437e0783246ac7008e80e9dbf06c" code-server --no-browse --no-audit --dry-run
36+
2537
prebuild:
2638
name: Pre-build checks
2739
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)