Skip to content

Commit bbc622a

Browse files
committed
No condition to ssl downgrading
1 parent fc11b5a commit bbc622a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
TEST_RESULTS_FOLDER: _Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/${{ inputs.storage }}
8484

8585
steps:
86-
- name: Downgrade OpenSSL for net5.0
87-
if: $${{ contains(inputs.target_framework, 'net5.0') }}
86+
- name: Downgrade OpenSSL
8887
timeout-minutes: 3
8988
run: |
9089
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb

.github/workflows/reusable-storage-independant-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
DO_TargetFrameworks: ${{ inputs.target_framework }}
6565
TEST_RESULTS_FOLDER: _Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/no-database
6666
steps:
67-
- name: Downgrade OpenSSL for net5.0
68-
if: $${{ contains(inputs.target_framework, 'net5.0') }}
67+
- name: Downgrade OpenSSL
6968
timeout-minutes: 3
7069
run: |
7170
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb

0 commit comments

Comments
 (0)