Skip to content

Add command to bring docker network up if demo is first command to run #81

Add command to bring docker network up if demo is first command to run

Add command to bring docker network up if demo is first command to run #81

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