Merge remote-tracking branch 'origin/renovate/gradle-8.x' into renova… #8992
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test bash functions" | |
on: [push, pull_request] | |
jobs: | |
validateReleaseFunctions: | |
name: "validate release functions" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Run release functions test | |
run: "bash scripts/tests/test_release_functions.sh" | |
validateHelperFunctions: | |
name: "validate helper functions" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Run helper functions test | |
run: "bash scripts/tests/test_helper_functions.sh" |