Skip to content

Commit 53ca865

Browse files
authored
Update dotnet.yml
1 parent 3d8a396 commit 53ca865

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
- name: Build with dotnet
2525
run: dotnet build -c Release
2626
- name: Run tests with coverage
27-
env:
28-
STORAGE_KEY: ${{ secrets.STORAGE_KEY_TOKEN }}
29-
STORAGE_SECRET: ${{ secrets.STORAGE_SECRET_TOKEN }}
30-
STORAGE_BUCKET: ${{ secrets.STORAGE_BUCKET_TOKEN }}
31-
STORAGE_ENDPOINT: ${{ secrets.STORAGE_ENDPOINT_TOKEN }}
32-
STORAGE_HTTPS: "true"
33-
STORAGE_PORT: "null"
3427
run: |
3528
cd ./src/Storage.Tests/
3629
dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover /p:Exclude="[*]Storage.Benchmark.*"

0 commit comments

Comments
 (0)