Skip to content

Remove write-through #27

Remove write-through

Remove write-through #27

name: Test Everything (All OS/Arch)
on:
#For caching
push:
branches:
- main
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@v3
with:
override-cache: ${{ github.ref_name == 'main'|| github.ref_name == 'development' }}
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