Skip to content

Bump luigi from 3.5.2 to 3.6.0 #1160

Bump luigi from 3.5.2 to 3.6.0

Bump luigi from 3.5.2 to 3.6.0 #1160

name: Test Shell Scripts
on: [push]
jobs:
build:
name: Test Shell Scripts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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