Skip to content

Commit 9c7017e

Browse files
committed
Remove debuggin
1 parent c2a8473 commit 9c7017e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up Dotnet
24-
uses: actions/setup-dotnet@v1
24+
uses: actions/setup-dotnet@v4
2525

2626
- name: Install dependencies
2727
run: dotnet restore
@@ -51,15 +51,10 @@ jobs:
5151
submodules: recursive
5252

5353
- name: Set up Dotnet ${{ matrix.dotnet-version }}
54-
uses: actions/setup-dotnet@v3
54+
uses: actions/setup-dotnet@v4
5555
with:
5656
dotnet-version: ${{ matrix.dotnet-version }}
5757

5858
- 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
59+
run: dotnet test
6560
working-directory: ${{ matrix.working-directory }}

0 commit comments

Comments
 (0)