Bump cryptography from 41.0.1 to 41.0.6 #998
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |