We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47807b4 commit 7f342d5Copy full SHA for 7f342d5
.github/workflows/formatting-and-tests.yml
@@ -53,5 +53,10 @@ jobs:
53
global-json-file: global.json
54
55
- name: Run Tests
56
- run: dotnet test
+ # 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
62
working-directory: ${{ matrix.working-directory }}
0 commit comments