Skip to content

Commit

Permalink
Switch to OrbStack
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Mar 24, 2024
1 parent 5023ad3 commit 40a91e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
test:
runs-on: macos-14
steps:
- name: setup-docker
uses: docker-practice/actions-setup-docker@v1
timeout-minutes: 30
- name: Setup Orbstack
- run: |
brew install orbstack
orbctl start
- name: Checkout
uses: actions/checkout@v2

- name: Run Test
run: |
Resource/ApiTest/main.sh

0 comments on commit 40a91e9

Please sign in to comment.