Skip to content

add CTDirect/CTParser tests #83

add CTDirect/CTParser tests

add CTDirect/CTParser tests #83

Workflow file for this run

# Ref: https://securitylab.github.com/research/github-actions-preventing-pwn-requests
name: Breakage
# read-only repo token
# no access to secrets
on:
pull_request:
jobs:
break:
strategy:
fail-fast: false
matrix:
pkgname: [CTDirect, CTFlows, CTParser, OptimalControl]
pkgversion: [latest, stable]
include:
- pkgpath: control-toolbox
uses: control-toolbox/CTActions/.github/workflows/breakage.yml@main
with:
pkgname: ${{ matrix.pkgname }}
pkgpath: ${{ matrix.pkgpath }}
pkgversion: ${{ matrix.pkgversion }}