Skip to content

Commit 7f342d5

Browse files
committed
Re-add echo hack
1 parent 47807b4 commit 7f342d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/formatting-and-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,10 @@ jobs:
5353
global-json-file: global.json
5454

5555
- name: Run Tests
56-
run: dotnet test
56+
# bafflingly adding the below debugging echo / version statements got the workflow to pass
57+
run: |
58+
echo "Dotnet version: "
59+
dotnet --version
60+
echo "-------"
61+
dotnet test
5762
working-directory: ${{ matrix.working-directory }}

0 commit comments

Comments
 (0)