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