Skip to content

amend Asn1 builder DSL #324

amend Asn1 builder DSL

amend Asn1 builder DSL #324

Workflow file for this run

name: Test Everything (All OS/Arch)
on:
#For caching
push:
branches:
- main
- development
pull_request:
workflow_dispatch:
inputs:
kotlin-version:
description: 'Override Kotlin version?'
required: false
default: ''
type: string
testballoon-version:
description: 'Override TestBalloon version (full version string)?'
required: false
default: ''
type: string
jobs:
test-everything:
uses: a-sit-plus/internal-workflows/.github/workflows/test-everything.yml@feature/tokenize
secrets: inherit # forwards `token` (PAT for the private awesome-fuzzer submodule) down the chain
with:
override-cache: ${{ github.ref_name == 'development' || github.ref_name == 'main' }}
matrix-file-name: ".github/config/test-strategy-matrix.json"
kotlin-version: ${{ inputs.kotlin-version }}
testballoon-version: ${{ inputs.testballoon-version }}
test-matrix-runner: "ubuntu-latest"
setup-xcode: false