From 3289822e601c72b9512209a6bb71d8c0cd4b5421 Mon Sep 17 00:00:00 2001 From: kek20009 Date: Thu, 31 Oct 2024 15:20:15 -0400 Subject: [PATCH] Trying again main & test --- .github/workflows/ms5.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index cc8939b..e2620fe 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -54,8 +54,8 @@ jobs: #Run all Python tests in the directory - name: Run the Python tests in directory run: | - docker exec api-container python3 /Backend/main.py # Execute main.py - docker exec api-container pytest /Backend/test_main.py # Execute test_main.py + docker exec api-container python3 main.py # Execute main.py + docker exec api-container pytest test_main.py # Execute test_main.py #Stop and Remove API Container after tests - name: Stop and Remove API Container