chore(.github): modify taoskeeper github action workflow
This commit is contained in:
parent
3a11a2d319
commit
2bb13dd7dd
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Go env
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
@ -49,6 +49,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
working-directory: tools/keeper
|
||||||
|
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue