Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ concurrency:
# will skip running `yarn install` if it successfully fetched from cache

jobs:
homebrew-test:
name: Test Hombrew
runs-on: macos-latest
timeout-minutes: 15
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Bump code-server homebrew version
run: brew bump-formula-pr --version="4.1.0-4995-6b7849c52b22437e0783246ac7008e80e9dbf06c" code-server --no-browse --no-audit --dry-run --force
env:
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}

prebuild:
name: Pre-build checks
runs-on: ubuntu-latest
Expand Down