Skip to content

Commit

Permalink
specify more exact
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 10, 2024
1 parent 3d9113e commit 147e979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: test-repo
path: test-repo/${{ matrix.project.path }}
sparse-checkout: |
test_programs/compilation_report.sh
sparse-checkout-cone-mode: false
Expand All @@ -322,7 +322,7 @@ jobs:
run: |
ls .
# mv /home/runner/test_programs/compilation_report.sh ./compilation_report.sh
mv ../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 147e979

Please sign in to comment.