Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr5z authored Dec 23, 2023
1 parent f2cc3bd commit 3b99a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test - Clone repos
run: cd ../../ && git clone https://github.com/mr5z/CrossUtility.git && git clone https://github.com/mr5z/ObservableProperty.git && git clone https://github.com/mr5z/PropertyValidator.ValidationPack.git && pwd && ls -al
- name: Restore dependencies
run: dotnet restore
run: ls ../ && dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit 3b99a4c

Please sign in to comment.