Code review

This commit is contained in:
Juliusz Sosinowicz
2023-02-20 15:56:13 +01:00
parent 36df1e1ae9
commit d3551acc2b
2 changed files with 8 additions and 11 deletions

View File

@ -1,4 +1,4 @@
name: wolfSSL CI tests
name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

View File

@ -1,4 +1,4 @@
name: stunnel Tests
name: OSP Tests
on:
workflow_call:
@ -7,11 +7,10 @@ jobs:
stunnel_check:
strategy:
matrix:
os: [ ubuntu-latest ]
# List of releases to test
ref: [ 5.67 ]
name: stunnel ${{ matrix.ref }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: stunnel ${{ matrix.ref }}
runs-on: ubuntu-latest
steps:
- name: Build wolfSSL
uses: wolfSSL/actions-build-autotools-project@v1
@ -43,11 +42,10 @@ jobs:
openvpn_check:
strategy:
matrix:
os: [ ubuntu-latest ]
# List of refs to test
ref: [ master, release/2.6, v2.6.0 ]
name: openvpn ${{ matrix.ref }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: openvpn ${{ matrix.ref }}
runs-on: ubuntu-latest
steps:
- name: Build wolfSSL
uses: wolfSSL/actions-build-autotools-project@v1
@ -75,11 +73,10 @@ jobs:
# haproxy_check:
# strategy:
# matrix:
# os: [ ubuntu-latest ]
# # List of refs to test
# ref: [ master ]
# name: haproxy ${{ matrix.ref }} on ${{ matrix.os }}
# runs-on: ${{ matrix.os }}
# name: haproxy ${{ matrix.ref }}
# runs-on: ubuntu-latest
# steps:
# - name: Build wolfSSL
# uses: wolfSSL/actions-build-autotools-project@v1