Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkjenn committed Oct 10, 2024
1 parent 5f4a8f2 commit 5c8777f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Install dependencies Vipps.net
run: dotnet restore src/Vipps.net/Vipps.net.csproj
- name: Build Vipps.net.models.Epayment
run: dotnet build src/Vipps.net.AspCoreDemo/Vipps.net.Models.Epayment.csproj --no-restore --configuration Release
run: dotnet build src/Vipps.net.Models.Epayment.csproj --no-restore --configuration Release
- name: Build Vipps.net.models.Checkout
run: dotnet build src/Vipps.net.AspCoreDemo/Vipps.net.Models.Checkout.csproj --no-restore --configuration Release
run: dotnet build src/Vipps.net.Models.Checkout.csproj --no-restore --configuration Release
- name: Build vipps.net
run: dotnet build src/Vipps.net/Vipps.net.csproj --no-restore --configuration Release
- name: Install dependencies Vipps.net.Demo
Expand Down

0 comments on commit 5c8777f

Please sign in to comment.