diff --git a/.github/workflows/BuildAndTests.yml b/.github/workflows/BuildAndTests.yml index 40ff5ea5..4afe9e71 100644 --- a/.github/workflows/BuildAndTests.yml +++ b/.github/workflows/BuildAndTests.yml @@ -51,7 +51,7 @@ jobs: - name: Run Angular tests id: angular - run: npm test -- --watch=false --browsers=ChromeHeadless + run: npm test -- --watch=false working-directory: ./easyfinance.client integration-tests: @@ -66,6 +66,9 @@ jobs: with: dotnet-version: 8.0.x + - name: Build application + run: dotnet build --configuration Debug + - name: Start application id: dotnet run: dotnet run --project ./EasyFinance.Server --urls https://localhost:7003/ &