Skip to content

Commit ddb8c6d

Browse files
author
Petr Sramek
committed
updated
1 parent 8102fdd commit ddb8c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
with:
4242
dotnet-version: 9.x
4343
- uses: actions/download-artifact@v4
44-
- name: Display structure of downloaded files
44+
name: Display structure of downloaded files
4545
with:
4646
path: build
47-
run: ls -R
47+
run: ls -R
4848
- name: Test
4949
run: dotnet test --no-build --verbosity normal
5050

0 commit comments

Comments
 (0)