Skip to content

Commit

Permalink
Merge pull request #9 from AlexFabre/fix/test-script-pipeline
Browse files Browse the repository at this point in the history
ci: fix ci test script path
  • Loading branch information
AlexFabre authored Nov 15, 2024
2 parents e48a9e9 + 380b466 commit 9f31bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: ./project-version.sh -l -o version.h -f h -t v

- name: Checking version
run: ci-script/check_script_self_version.sh project-version.sh version.h
run: test/check_script_self_version.sh project-version.sh version.h

0 comments on commit 9f31bce

Please sign in to comment.