Skip to content

Create a service connection depending on ENVs #1946

Create a service connection depending on ENVs

Create a service connection depending on ENVs #1946

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
unit:
name: Unit Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-suite: Unit
run-temporal-test-server: false
feature:
name: Feature Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: true
test-suite: Feature
test-timeout: 20
functional:
name: Functional Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-suite: Functional