From 2daea5ff433690a5d3992f4e9fea78f480346d72 Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Thu, 31 Oct 2024 18:53:01 -0400 Subject: [PATCH] Update ms5.yaml --- .github/workflows/ms5.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index 1e43ac4..b458826 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -45,11 +45,9 @@ jobs: python -m pip install --upgrade pip pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Run main.py - run: | - python3 Backend/main.py + # Run pytest on your pulled codebase - name: Test with pytest run: | - Backend/ pytest + pytest