fix dir
This commit is contained in:
parent
dc615d9ad1
commit
919a87dcb2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-framework-tests.yml
vendored
4
.github/workflows/run-framework-tests.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
go-version: '1.23' # Specify the Go version you need
|
||||
|
||||
- name: Install dependencies
|
||||
run: go mod download
|
||||
run: cd ./framework && go mod download
|
||||
|
||||
- name: Run Go tests
|
||||
run: go test ./...
|
||||
run: cd ./framework && go test ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue