Skip to content

Commit

Permalink
Merge pull request #303 from OasisDEX/reusable-workflows-another-test…
Browse files Browse the repository at this point in the history
…-3-fix

GitHub Actions - Reusable workflows - fix
  • Loading branch information
juan-langa authored May 17, 2024
2 parents a9bf869 + 718d184 commit d5dad5d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/0_1_regressionAaveEthereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ on:
required: false

jobs:
uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml
with:
protocol: aave
network: ethereum
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
with-wallet-aave-ethereum-tests:
uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml
with:
protocol: aave
network: ethereum
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
15 changes: 8 additions & 7 deletions .github/workflows/0_1_regressionAjnaArbitrum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ on:
required: false

jobs:
uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml
with:
protocol: ajna
network: arbitrum
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
with-wallet-ajna-arbitrum-tests:
uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml
with:
protocol: ajna
network: arbitrum
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
15 changes: 8 additions & 7 deletions .github/workflows/0_1_regressionAjnaBase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ on:
required: false

jobs:
uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml
with:
protocol: ajna
network: base
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
with-wallet-ajna-base-tests:
uses: ./.github/workflows/z_Reusable_RegressionWithWallet.yml
with:
protocol: ajna
network: base
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit

0 comments on commit d5dad5d

Please sign in to comment.