mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-01 07:55:45 +02:00
Don't build docker containers on actions since this doesn't work on macos
This commit is contained in:
parent
f3cbe98091
commit
1ab68a804c
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -19,5 +19,3 @@ jobs:
|
||||
- name: Go test
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: make test
|
||||
- name: Build docker contains
|
||||
run: make build-api build-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user