Skip to content

Bump cryptography from 41.0.1 to 41.0.6 #998

Bump cryptography from 41.0.1 to 41.0.6

Bump cryptography from 41.0.1 to 41.0.6 #998

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