Skip to content

DAOS-15002 test: use default pool svc for rebuild tests #1648

DAOS-15002 test: use default pool svc for rebuild tests

DAOS-15002 test: use default pool svc for rebuild tests #1648

name: bash Unit Testing
on:
push:
pull_request:
concurrency:
group: bash-unit-test-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
shell: bash --noprofile --norc -ueo pipefail {0}
jobs:
Test-gha-functions:
name: Tests in ci/gha_functions.sh
runs-on: [self-hosted, light]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Checkout bash_unit project
uses: actions/checkout@v4
with:
repository: 'pgrange/bash_unit'
path: bash_unit
- name: Unit testing with bash_unit
run: FORCE_COLOR=true ./bash_unit/bash_unit ci/gha_functions.sh