File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 dotnet build --no-restore
4747 cd -
4848 cd Services/Catalog/Catalog.UnitTests
49- dotnet test
49+ dotnet build --no-restore
50+ dotnet test --no-build -v=normal
5051
5152 - name : Compose build ${{ env.SERVICE }}
5253 run : sudo -E docker-compose build ${{ env.SERVICE }}
7677 dotnet build --no-restore
7778 cd -
7879 cd Services/Catalog/Catalog.UnitTests
79- dotnet test
80+ dotnet build --no-restore
81+ dotnet test --no-build -v=normal
8082
8183 - name : Enable experimental features for the Docker daemon and CLI
8284 run : |
Original file line number Diff line number Diff line change 4646 dotnet build --no-restore
4747 cd -
4848 cd Services/Ordering/Ordering.UnitTests
49- dotnet test
49+ dotnet build --no-restore
50+ dotnet test --no-build -v=normal
5051
5152 - name : Compose build ${{ env.SERVICE }}
5253 run : sudo -E docker-compose build ${{ env.SERVICE }}
7677 dotnet build --no-restore
7778 cd -
7879 cd Services/Ordering/Ordering.UnitTests
79- dotnet test
80+ dotnet build --no-restore
81+ dotnet test --no-build -v=normal
8082
8183 - name : Enable experimental features for the Docker daemon and CLI
8284 run : |
You can’t perform that action at this time.
0 commit comments