diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02122458a..400fdeff2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |