Skip to content

Commit

Permalink
Add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Feb 1, 2025
1 parent ad8a413 commit b628ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_backend_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
- "backend-go/**"

jobs:
build-and-test:
test:
runs-on: ubuntu-latest
env:
working-directory: ./backend-go

steps:
- name: Check out code
Expand Down

0 comments on commit b628ef7

Please sign in to comment.