Skip to content

Commit

Permalink
fix: wrong working dir at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 3, 2024
1 parent 20c58a2 commit 9aa0f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
run: go build

- name: Install dependencies
working-directory: ./${{ inputs.project-directory }}
shell: bash
run: |
SCRIPT_PATH="./.github/scripts/${{ inputs.project-directory }}/install-dependencies.sh"
Expand Down

0 comments on commit 9aa0f34

Please sign in to comment.