Skip to content

Commit

Permalink
fix: remove comment in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbie-goober committed Aug 4, 2024
1 parent 43c3ede commit b1976ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/A2_Part2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b1976ec

Please sign in to comment.