Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
i3rotlher committed Aug 18, 2023
1 parent 410ef7c commit 51dc11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Tests_and_Report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# execute npm test in the backend container ---------------------------------------------------------------
- name: Run npm test backend
run: |
# docker exec Seed-backend npm test > testResultsBackend.txt 2>&1 || true
docker exec Seed-backend npm test > testResultsBackend.txt 2>&1 || true
continue-on-error: true

- name: Clean up the result backend
Expand Down

0 comments on commit 51dc11f

Please sign in to comment.