Skip to content

Commit

Permalink
Fix integration action script
Browse files Browse the repository at this point in the history
  • Loading branch information
humdrum committed Apr 12, 2024
1 parent 44634c3 commit cd18062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Yorkie Server
run: brew install yorkie
- name: Run Yorkie Server
run: yorkie server
run: yorkie server &
- name: Run tests
run: swift test --enable-code-coverage -v --filter YorkieIntegrationTests

Expand Down

0 comments on commit cd18062

Please sign in to comment.