From fda943e158d21f787865fcf37e9e5f9d90b6959c Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Mon, 4 Nov 2024 11:26:03 -0500 Subject: [PATCH] Update ms5.yaml --- .github/workflows/ms5.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index 2e53981..9458f15 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -42,3 +42,13 @@ jobs: python -m pip install --upgrade pip pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + + - name: Run Api + run: | + python3 main.py + + + - name: pytest + run: | + pytest +