Skip to content

Commit

Permalink
Update path for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed May 16, 2024
1 parent 713fe56 commit 340fee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Move source code
run: mv $GITHUB_WORKSPACE/${{ github.event.repository.name }} /home/carma-cloud
run: mv $GITHUB_WORKSPACE/ /home/carma-cloud
- name: Install dependencies
run: |
/home/carma-cloud/scripts/install_dependencies.sh
Expand Down

0 comments on commit 340fee9

Please sign in to comment.