Skip to content

0.1. Regression - With real wallet #9

0.1. Regression - With real wallet

0.1. Regression - With real wallet #9

name: 0.1. Regression - With real wallet
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:
with-real-tests:
uses: ./.github/workflows/z_Reusable_RegressionWithRealWallet.yml
with:
base_url: 'https://staging.summer.fi'
flags_features: ${{ inputs.flags_features}}
secrets: inherit