Skip to content

Tidy bash scripts

Tidy bash scripts #80

Workflow file for this run

name: system and unit tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run Unit and System tests
run: |
source ./scripts/shortcuts.sh
rut
rst