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 7b4fd64 commit 7724c31Copy full SHA for 7724c31
.github/workflows/dotnet.yml
@@ -30,3 +30,16 @@ jobs:
30
name: cstojs-artifact
31
path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
32
if-no-files-found: error
33
+ compression-level: 0
34
+ test:
35
+ needs: build
36
+ name: Test artifact
37
+ runs-on: ubuntu-latest
38
+
39
+ steps:
40
+ - uses: actions/download-artifact@v4
41
+ with:
42
+ name: cstojs-artifact
43
+ path: /artifact/
44
+ - name: Display structure of downloaded files
45
+ run: ls -R /artifact/
0 commit comments