We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fc219 commit 87016c3Copy full SHA for 87016c3
1 file changed
.github/workflows/basket-api.yml
@@ -46,7 +46,8 @@ jobs:
46
dotnet build --no-restore
47
cd -
48
cd Services/Basket/Basket.UnitTests
49
- dotnet test -v=normal
+ dotnet build --no-restore
50
+ dotnet test --no-build -v=normal
51
52
- name: Compose build ${{ env.SERVICE }}
53
run: sudo -E docker-compose build ${{ env.SERVICE }}
@@ -76,7 +77,8 @@ jobs:
76
77
78
79
80
81
82
83
- name: Enable experimental features for the Docker daemon and CLI
84
run: |
0 commit comments