We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e0c66 commit 1b94e1dCopy full SHA for 1b94e1d
1 file changed
.github/workflows/dotnet.yml
@@ -29,17 +29,4 @@ jobs:
29
with:
30
name: cstojs-artifact
31
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/download-artifact@v4.2.1
40
- with:
41
- name: cstojs-artifact
42
- path: artifact
43
- - name: Display structure of downloaded files
44
- run: ls -R artifact
45
0 commit comments