diff --git a/.github/workflows/A2_Part2.yml b/.github/workflows/A2_Part2.yml index fc0a541..fb6a8f3 100644 --- a/.github/workflows/A2_Part2.yml +++ b/.github/workflows/A2_Part2.yml @@ -37,7 +37,7 @@ jobs: - name: Run Automated Tests for Backend run: | - docker exec backend npm test # Adjust this command to run your tests + docker exec backend npm test - name: Run Automated Tests for Frontend run: |