mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 20:39:55 +01:00
* First test of the consolidated workflows Co-authored-by: Andras Fekete <andras@wolfssl.com>
21 lines
501 B
YAML
21 lines
501 B
YAML
name: wolfSSL CI tests
|
|
concurrency:
|
|
group: ${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
push:
|
|
branches: [ 'master', 'main', 'release/**' ]
|
|
pull_request:
|
|
branches: [ '*' ]
|
|
|
|
jobs:
|
|
call_docker-Espressif:
|
|
uses: ./.github/workflows/docker-Espressif.yml
|
|
call_multi-compiler:
|
|
uses: ./.github/workflows/multi-compiler.yml
|
|
call_docker-OpenWrt:
|
|
uses: ./.github/workflows/docker-OpenWrt.yml
|
|
call_os-check:
|
|
uses: ./.github/workflows/os-check.yml
|