We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db9fcb commit 9f2c7f6Copy full SHA for 9f2c7f6
.github/workflows/dotnet.yml
@@ -23,13 +23,13 @@ jobs:
23
dotnet-version: 3.1.402
24
- name: Restore dependencies
25
id: restore-deps
26
- run: dotnet restore ./src/Vlingo.Http.sln
+ run: dotnet restore ./src/Vlingo.Xoom.Http.sln
27
- name: Build
28
id: build
29
- run: dotnet build ./src/Vlingo.Http.sln --no-restore
+ run: dotnet build ./src/Vlingo.Xoom.Http.sln --no-restore
30
- name: Test
31
id: test
32
- run: dotnet test ./src/Vlingo.Http.Tests/Vlingo.Http.Tests.csproj --no-build --verbosity normal
+ run: dotnet test ./src/Vlingo.Xoom.Http.Tests/Vlingo.Xoom.Http.Tests.csproj --no-build --verbosity normal
33
- name: slack - GitHub Actions Slack integration
34
uses: act10ns/[email protected]
35
env:
0 commit comments