Skip to content

Bump gitpython from 3.1.31 to 3.1.37 #997

Bump gitpython from 3.1.31 to 3.1.37

Bump gitpython from 3.1.31 to 3.1.37 #997

name: Test Shell Scripts
on: [push]
jobs:
build:
name: Test Shell Scripts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Test Dependencies
run: |
sudo apt-get install -y shunit2
- name: Run shunit2 based Shell Tests
run: shunit2 scripts/health_test.sh
- name: Run Starter Script Tests
run: starter_scripts/test/test_scripts.sh