Skip to content

Commit

Permalink
try and specify path
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 10, 2024
1 parent cd857e2 commit 3d9113e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,17 @@ jobs:
- uses: actions/checkout@v4
with:
path: test-repo
sparse-checkout: |
test_programs/compilation_report.sh
sparse-checkout-cone-mode: false

- name: Generate compilation report
working-directory: ./test-repo/${{ matrix.project.path }}
run: |
mv /home/runner/test_programs/compilation_report.sh ./compilation_report.sh
ls .
# mv /home/runner/test_programs/compilation_report.sh ./compilation_report.sh
mv ../test_programs/compilation_report.sh ./compilation_report.sh
chmod +x ./compilation_report.sh
./compilation_report.sh 1
Expand Down

0 comments on commit 3d9113e

Please sign in to comment.