Skip to content

Commit

Permalink
Update CI to check that version have been updated
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed May 11, 2023
1 parent d2702ec commit d843083
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
# - ubuntu-22.04
# - test python linter
#
# - update-version
# - ubuntu-22.04
# - check version have been updated
#
# TODO: when merge CI in eprosima-CI repository, the jparisu fork must change for eProsima in actions.
#
# TODO: Add Windows CI
Expand Down Expand Up @@ -288,3 +292,16 @@ jobs:

- name: Python Linter
uses: eProsima/eProsima-CI/ubuntu/python_linter@v0


#####################################################################
# UPDATE VERSION

update-version:
runs-on: ubuntu-22.04
steps:

- name: Python Linter
uses: eProsima/eProsima-CI/ubuntu/check_version_update@feature/versions-update
with:
version-file-path: docs/rst/notes/forthcoming_version.rst

0 comments on commit d843083

Please sign in to comment.