Skip to content

Commit

Permalink
Run releasepy checks in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 26, 2023
1 parent 4791392 commit 6c6f0b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- name: Run release.py script tests
run: ./check_relasepy.bash
- name: Download and setup job dsl jar
if: steps.dsl_check.outputs.run_job == 'true'
run: ./jenkins-scripts/dsl/tools/setup_local_generation.bash

- name: Generate all DSL files
if: steps.dsl_check.outputs.run_job == 'true'
run: |
Expand Down

0 comments on commit 6c6f0b0

Please sign in to comment.