Skip to content

Commit 5e50a3b

Browse files
kamal-kaur04francisf
authored andcommitted
Update reviewing_changes.yml
1 parent e9bc206 commit 5e50a3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
dotnet-version: ${{ matrix.dotnet }}
5454

5555
- name: Install dependencies
56-
run: dotnet build
56+
run: |
57+
dotnet --version
58+
dotnet build
59+
5760
5861
- name: Run sample tests
5962
run: dotnet test --filter "Category=sample-test"

0 commit comments

Comments
 (0)