Skip to content

Commit

Permalink
Fix: Added to build application before to avoid problem with applicat…
Browse files Browse the repository at this point in the history
…ion not running.
  • Loading branch information
Felipe Soares committed Jan 22, 2025
1 parent 8fa6778 commit 1cc4376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BuildAndTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/ &
Expand Down

0 comments on commit 1cc4376

Please sign in to comment.