fix test action
This commit is contained in:
parent
525e71e50d
commit
983f119831
@ -12,10 +12,12 @@ jobs:
|
|||||||
- name: 'Checkout gitea action'
|
- name: 'Checkout gitea action'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 'Run Tests'
|
- name: 'setup go'
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.x'
|
go-version: '1.21.x'
|
||||||
|
|
||||||
|
- name: 'Run Test'
|
||||||
run: |
|
run: |
|
||||||
export GOPATH="$HOME/go/"
|
export GOPATH="$HOME/go/"
|
||||||
export GOBIN=$PATH:GOPATH/bin
|
export GOBIN=$PATH:GOPATH/bin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user