Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 authored Feb 24, 2024
1 parent 0e95171 commit 746a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Sync Changes to Specific Folder
run: |
cd ChaCuN-tests
cp -R ../../ChaCuN/test/ch/epfl/chacun/* .
cp -R ../ChaCuN/test/ch/epfl/chacun/* .
git add .
git commit -m "Add tests"
git push HEAD:master

0 comments on commit 746a1a0

Please sign in to comment.