Skip to content

Commit

Permalink
Fix test workflow: set working-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 4, 2023
1 parent 827f280 commit 050f86b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_baseline_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
go_version: ${{inputs.go_version}}
- run: go test -v ./...
id: test
working-directory: ${{inputs.module_base}}

build:
runs-on: ubuntu-latest
Expand All @@ -50,3 +51,4 @@ jobs:
go_version: ${{inputs.go_version}}
- run: go build -v ./...
id: build
working-directory: ${{inputs.module_base}}

0 comments on commit 050f86b

Please sign in to comment.