Skip to content

Commit 9f2c7f6

Browse files
committed
Update GitHub actions
1 parent 1db9fcb commit 9f2c7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/dotnet.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
dotnet-version: 3.1.402
2424
- name: Restore dependencies
2525
id: restore-deps
26-
run: dotnet restore ./src/Vlingo.Http.sln
26+
run: dotnet restore ./src/Vlingo.Xoom.Http.sln
2727
- name: Build
2828
id: build
29-
run: dotnet build ./src/Vlingo.Http.sln --no-restore
29+
run: dotnet build ./src/Vlingo.Xoom.Http.sln --no-restore
3030
- name: Test
3131
id: test
32-
run: dotnet test ./src/Vlingo.Http.Tests/Vlingo.Http.Tests.csproj --no-build --verbosity normal
32+
run: dotnet test ./src/Vlingo.Xoom.Http.Tests/Vlingo.Xoom.Http.Tests.csproj --no-build --verbosity normal
3333
- name: slack - GitHub Actions Slack integration
3434
uses: act10ns/[email protected]
3535
env:

0 commit comments

Comments
 (0)