Skip to content

Commit

Permalink
Fix typo in swift-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenviewer committed Oct 28, 2024
1 parent 16eef01 commit f76a567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: brew update
- name: Setup yorkie server
run: |
curl -O ${{ env.YORKOE_RB_URL }}
curl -O ${{ env.YORKIE_RB_URL }}
brew uninstall yorkie
brew install "yorkie.rb"
brew install yorkie.rb
- name: Run yorkie server
run: yorkie server &
- name: Run tests
Expand Down

0 comments on commit f76a567

Please sign in to comment.