Skip to content

1.1. Swap - Maker

1.1. Swap - Maker #7

Workflow file for this run

name: 1.1. Swap - Maker
on:
workflow_dispatch:
inputs:
base_url:
description: 'Environment base URL to run the tests on.'
type: string
default: 'https://staging.summer.fi'
required: true
flags_features:
description: 'Features Flags to enable / disable. For example: "flag1:true flag2:false"'
type: string
default: ''
required: false
jobs:
swap-maker-tests:
uses: ./.github/workflows/z_Reusable_Swap.yml
with:
protocol: maker
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit