Skip to content

Commit 1b94e1d

Browse files
authored
Update dotnet.yml
1 parent c8e0c66 commit 1b94e1d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,4 @@ jobs:
2929
with:
3030
name: cstojs-artifact
3131
path: /bin/Debug/net8.0/
32-
test:
33-
needs: build
34-
name: Run tests.
35-
runs-on: ubuntu-latest
36-
37-
steps:
38-
- name: Download a Build Artifact
39-
- uses: actions/[email protected]
40-
with:
41-
name: cstojs-artifact
42-
path: artifact
43-
- name: Display structure of downloaded files
44-
run: ls -R artifact
4532

0 commit comments

Comments
 (0)