Skip to content

Commit

Permalink
enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Nov 8, 2023
1 parent 9721feb commit 4fff377
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/ci-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,27 +68,21 @@ jobs:
run: dotnet build --configuration Release --no-restore
working-directory: dotnet/Vaas

# - name: Test
# run: dotnet test --no-restore --verbosity normal
# working-directory: dotnet/Vaas
- name: Test
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:
TOKEN_URL: 'https://account-staging.gdata.de/realms/vaas-develop/protocol/openid-connect/token'
VAAS_URL: 'wss://gateway.develop.vaas.gdatasecurity.de'
VAAS_CLIENT_ID: ${{ secrets.DEVELOP_VAAS_CLIENT_ID }}
VAAS_USER_NAME: ${{ secrets.DEVELOP_VAAS_USER_NAME }}
VAAS_PASSWORD: ${{ secrets.DEVELOP_VAAS_PASSWORD }}
- name: Run example HashsumScan
run: dotnet run HashsumScan
working-directory: dotnet/examples/VaasExample

Expand Down

0 comments on commit 4fff377

Please sign in to comment.