Skip to content

Commit 77cb5f1

Browse files
committed
ci: Fix GH Actions
1 parent 2b22bb4 commit 77cb5f1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/branch.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ jobs:
2121
uses: actions/setup-dotnet@v1
2222
- name: Restore
2323
run: dotnet restore
24-
- name: Tests
25-
run: dotnet test --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2624
- name: Publish to Codecov
2725
uses: codecov/codecov-action@v1

.github/workflows/production.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/setup-dotnet@v1
1616
- name: Build
1717
run: dotnet build -c Release
18-
- name: Tests
19-
run: dotnet test -c Release --no-build
2018
- name: Pack artifacts
2119
run: dotnet pack src/Prometheus.Client.AspNetCore -c Release --no-build -o artifacts/
2220
- name: Publish artifacts

0 commit comments

Comments
 (0)