Skip to content

Commit

Permalink
changed back
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Nov 23, 2024
1 parent 3262443 commit 9f88fd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 141 deletions.
130 changes: 0 additions & 130 deletions .github/workflows/newTest.yml

This file was deleted.

11 changes: 0 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ services:
networks:
- app-network

test-runner:
build:
context: ./Backend
dockerfile: Dockerfile.test # A separate Dockerfile for tests
depends_on:
- backend
- database
environment:
- ASPNETCORE_ENVIRONMENT=Testing
command: dotnet test --logger:trx

networks:
app-network:
driver: bridge
Expand Down

0 comments on commit 9f88fd1

Please sign in to comment.