Skip to content

Commit

Permalink
Fix broken reference to version file in workflow (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Sep 26, 2024
1 parent c922bc2 commit 67bb4c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## 🐞 Bug Fixes

* #181 Updated metrics related workflows
* #225 Fixed broken reference to version file in workflow
* Fixed coverage for empty project

## ⚒️ Refactorings
Expand Down
8 changes: 7 additions & 1 deletion exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
uses: exasol/python-toolbox/.github/actions/[email protected]

- name: Check Version(s)
run: poetry run version-check <<Add path to version.py file>>
run: |
echo "Please enable the version check by replacing this output with shell command bellow:"
echo ""
echo "poetry run version-check <<VERSION_PY>>"
echo ""
echo "Note: <<VERSION_PY>> needs to point to the version file of the project (version.py)."
exit 1
build-documentation-job:
name: Build Documentation
Expand Down

0 comments on commit 67bb4c8

Please sign in to comment.