We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590cc11 commit f837366Copy full SHA for f837366
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
if: ${{ startsWith(matrix.os, 'macos') }}
23
run: |
24
brew install colima
25
- colima start
+ brew services start colima
26
27
- name: Set up PDM
28
uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4.1
0 commit comments