File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -101,19 +101,19 @@ jobs:
101101 run : dotnet test --no-restore --verbosity normal
102102 working-directory : dotnet/Vaas
103103
104- # - name: Run example FileScan
105- # env:
106- # SCAN_PATH: "Program.cs"
107- # run: dotnet run FileScan
108- # working-directory: dotnet/examples/VaasExample
109-
110- # - name: Run example UrlScan
111- # run: dotnet run UrlScan
112- # working-directory: dotnet/examples/VaasExample
113-
114- # - name: Run example HashsumScan
115- # run: dotnet run HashsumScan
116- # working-directory: dotnet/examples/VaasExample
104+ - name : Run example FileScan
105+ env :
106+ SCAN_PATH : " Program.cs"
107+ run : dotnet run FileScan
108+ working-directory : dotnet/examples/VaasExample
109+
110+ - name : Run example UrlScan
111+ run : dotnet run UrlScan
112+ working-directory : dotnet/examples/VaasExample
113+
114+ - name : Run example HashsumScan
115+ run : dotnet run HashsumScan
116+ working-directory : dotnet/examples/VaasExample
117117
118118 - name : Pack
119119 if : startsWith(github.ref, 'refs/tags/cs')
You can’t perform that action at this time.
0 commit comments