Skip to content

Run Jaffle shop tests #51

Run Jaffle shop tests

Run Jaffle shop tests #51

Workflow file for this run

name: Run Jaffle shop tests
on:
workflow_dispatch:
workflow_call:
secrets:
FIREBOLT_STG_USERNAME:
required: true
FIREBOLT_STG_PASSWORD:
required: true
FIREBOLT_CLIENT_ID_STG_NEW_IDN:
required: true
FIREBOLT_CLIENT_SECRET_STG_NEW_IDN:
required: true
jobs:
jaffle-shop-v1:
uses: ./.github/workflows/jaffle-shop-v1.yml
secrets: inherit
jaffle-shop-v2:
uses: ./.github/workflows/jaffle-shop-v2.yml
secrets: inherit