Skip to content

Commit

Permalink
Workflow: specifying working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
McManCSU committed Feb 9, 2024
1 parent 19a73dc commit 7fa2a06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
with:
go-version: '1.20'

- name: Change directory to fc
run: cd fc

- name: Build
working-directory: fc
run: go build -v .

- name: Test
working-directory: fc
run: go test -v .

0 comments on commit 7fa2a06

Please sign in to comment.