Skip to content

Commit 4b241ff

Browse files
authored
Merge pull request #197 from DataDog/fix/dotnet-int-tests
chore: remove SSL cert install
2 parents bb55ddd + 7e88ad0 commit 4b241ff

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/print-service.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #4.3.1
5858
with:
5959
dotnet-version: "10.0.x"
60-
- name: Install SSL Certificates
61-
run: |
62-
dotnet dev-certs https --trust
6360
- name: .NET Restore
6461
shell: bash
6562
run: |
@@ -87,9 +84,6 @@ jobs:
8784
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #4.3.1
8885
with:
8986
dotnet-version: "10.0.x"
90-
- name: Install SSL Certificates
91-
run: |
92-
dotnet dev-certs https --trust
9387
- name: .NET Restore
9488
shell: bash
9589
run: |

.github/workflows/user-management.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
# - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #4.3.1
5757
# with:
5858
# dotnet-version: "10.0.x"
59-
# - name: Install SSL Certificates
60-
# run: |
61-
# dotnet dev-certs https --trust
6259
# - name: Install Azure Functions Core Tools
6360
# run: |
6461
# curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
@@ -96,9 +93,6 @@ jobs:
9693
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #4.3.1
9794
with:
9895
dotnet-version: "10.0.x"
99-
- name: Install SSL Certificates
100-
run: |
101-
dotnet dev-certs https --trust
10296
- name: Install Azure Functions Core Tools
10397
run: |
10498
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg

0 commit comments

Comments
 (0)