Skip to content

Commit

Permalink
ci: fix not being able to execute fix paths script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 15, 2024
1 parent a6c5520 commit 68db2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
# We need to remove the github/workspace/ path.
- name: Fix paths
run: |
chmod +x ./ci/fix_paths.sh
./ci/fix_paths.sh ${{ steps.tests.outputs.artifactsPath }}
# Upload coverage results
Expand Down

0 comments on commit 68db2f9

Please sign in to comment.