mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Merge pull request #287 from LD-Reborn/275-feature-functional-end-to-end-e2e-tests
Removed tests from deployment pipeline
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -20,9 +20,6 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore src/
|
||||
|
||||
- name: Run tests
|
||||
run: dotnet test src/ --configuration Release --no-build
|
||||
|
||||
- name: Build
|
||||
run: dotnet build src/ --configuration Release --no-restore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user