Skip to content

Commit

Permalink
comment out examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Nov 6, 2023
1 parent 0bcadd2 commit 9721feb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
# run: dotnet test --no-restore --verbosity normal
# working-directory: dotnet/Vaas

- name: Run example FileScan
env:
SCAN_PATH: "Program.cs"
run: dotnet run FileScan
working-directory: dotnet/examples/VaasExample
# - name: Run example FileScan
# env:
# SCAN_PATH: "Program.cs"
# run: dotnet run FileScan
# working-directory: dotnet/examples/VaasExample

- name: Run example UrlScan
run: dotnet run UrlScan
working-directory: dotnet/examples/VaasExample
# - name: Run example UrlScan
# run: dotnet run UrlScan
# working-directory: dotnet/examples/VaasExample

- name: Run example HashsumScan
env:
Expand Down

0 comments on commit 9721feb

Please sign in to comment.