Skip to content

Commit

Permalink
fix dir for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrymu committed Aug 20, 2024
1 parent c7be225 commit 50b55ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ jobs:
with:
go-version: 1.22

- name: Set working directory
run: cd ./hello-world/

- name: Install dependencies
run: go mod tidy
working-directory: ./hello-world/

- name: Build the application
run: go build -v ./...
Expand Down

0 comments on commit 50b55ee

Please sign in to comment.