Skip to content

fix(JUnit Update): JUnit now has its own type for arguments #8421

fix(JUnit Update): JUnit now has its own type for arguments

fix(JUnit Update): JUnit now has its own type for arguments #8421

name: "Test bash functions"
on: [push, pull_request]
jobs:
validateReleaseFunctions:
name: "validate release functions"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- 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/checkout@v4.2.0
- name: Run helper functions test
run: "bash scripts/tests/test_helper_functions.sh"