chore: add path on restore, build and test
parent
ed658ec53d
commit
92e336fcae
|
@ -17,15 +17,9 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.x
|
dotnet-version: 3.1.x
|
||||||
- name: Go to directory
|
|
||||||
run: |
|
|
||||||
cd algorithms/CSharp
|
|
||||||
ls
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: |
|
run: dotnet restore algorithms/CSharp
|
||||||
ls
|
|
||||||
dotnet restore
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore
|
run: dotnet build algorithms/CSharp --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test algorithms/CSharp --no-build --verbosity normal
|
||||||
|
|
Loading…
Reference in New Issue