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 c2a8473 commit 9c7017eCopy full SHA for 9c7017e
.github/workflows/formatting-and-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
23
- name: Set up Dotnet
24
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v4
25
26
- name: Install dependencies
27
run: dotnet restore
@@ -51,15 +51,10 @@ jobs:
51
submodules: recursive
52
53
- name: Set up Dotnet ${{ matrix.dotnet-version }}
54
- uses: actions/setup-dotnet@v3
55
with:
56
dotnet-version: ${{ matrix.dotnet-version }}
57
58
- name: Run Tests
59
- # bafflingly adding the below debugging echo / version statements got the workflow to pass
60
- run: |
61
- echo "Dotnet version: "
62
- dotnet --version
63
- echo "-------"
64
- dotnet test
+ run: dotnet test
65
working-directory: ${{ matrix.working-directory }}
0 commit comments