mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 03:47:54 +02:00
Fix not attempt #2
This commit is contained in:
parent
aaaee9f632
commit
478898fd1c
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
- name: Go test
|
- name: Go test
|
||||||
if: not startsWith(github.event.head_commit.message, 'Release')
|
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||||
run: make test
|
run: make test
|
||||||
- name: Build docker contains
|
- name: Build docker contains
|
||||||
run: make build-api build-static
|
run: make build-api build-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user