Skip to content

Commit

Permalink
fix: tell go driver workflow to look in runner-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Jan 16, 2025
1 parent 9d31e9b commit 1647675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cf-driver-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [pull_request]

defaults:
run:
working-directory: runner/cfd
working-directory: runner-manager/cfd

jobs:
build:
Expand All @@ -18,8 +18,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: runner/cfd/go.mod
cache-dependency-path: runner/cfd/go.sum
go-version-file: runner-manager/cfd/go.mod
cache-dependency-path: runner-manager/cfd/go.sum

- name: Install dependencies
run: go get .
Expand Down

0 comments on commit 1647675

Please sign in to comment.