Skip to content

Commit

Permalink
GHA: try Orbstack cask with ddev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Oct 21, 2024
1 parent 5fa8745 commit 2f0e347
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-24.04
- os: macos-13
#- os: macos-13
- os: macos-14
- os: macos-15

Expand All @@ -34,11 +34,8 @@ jobs:
- name: Install and start Orbstack
if: runner.os == 'macOS'
run: |
brew tap-new $USER/local-orbstack
brew tap homebrew/core --force
brew extract --version=1.5.1 orbstack $USER/local-orbstack
brew install [email protected]
orb
brew install --cask orbstack
echo "Starting orbstack" && (nohup orb start &)
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,7 +67,7 @@ jobs:

- name: Turn off Orbstack
if: runner.os == 'macOS'
run: orb stop
run: echo "Stopping orbstack" && (nohup orb stop &)

- name: Clean up Homebrew
if: runner.os == 'macOS'
Expand Down

0 comments on commit 2f0e347

Please sign in to comment.