Skip to content

fix: throw correct exception from Activity and Workflow contexts #3137

fix: throw correct exception from Activity and Workflow contexts

fix: throw correct exception from Activity and Workflow contexts #3137

Workflow file for this run

name: Testing
on: [push, pull_request]
concurrency:
cancel-in-progress: ${{ !contains(github.ref, 'release/')}}
group: tests-${{ github.workflow }}-${{ github.ref }}
jobs:
unit:
name: Unit Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-command: composer test:unit
functional:
name: Functional Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-command: composer test:func
download-binaries: true
acceptance:
name: Acceptance Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-command: composer test:accept
download-binaries: true