Skip to content

Commit

Permalink
Update coverage-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 5fb702b commit 77a99b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Build test container
run: docker build -t secfit-backend-test -f backend/tests/dockerfile.test .
run: docker build -t secfit-backend-test -f backend/tests/Dockerfile.test .

- name: Run tests and generate coverage report
run: docker run --rm --name secfit-backend-test secfit-backend-test
Expand Down

0 comments on commit 77a99b0

Please sign in to comment.