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: concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true

View File

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