mirror of
https://github.com/ddworken/hishtory.git
synced 2025-07-13 10:55:49 +02:00
Fix yaml syntax error introduced in 27d5c59263
This commit is contained in:
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
- name: MacOS Docker Setup
|
- name: MacOS Docker Setup
|
||||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'macos-latest'}}
|
if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'macos-latest'}}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
# Install docker so it can be used for datadog
|
# Install docker so it can be used for datadog
|
||||||
brew install docker
|
brew install docker
|
||||||
colima start
|
colima start
|
||||||
|
Reference in New Issue
Block a user