Skip to content

Commit

Permalink
Fix working directory path
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <peternied@hotmail.com>
  • Loading branch information
peternied committed Jun 18, 2024
1 parent 13edf94 commit 8e4c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ../TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link
working-directory: ./TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 8e4c8a7

Please sign in to comment.