Skip to content

Commit

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

GitHub Actions - Reusable workflows - fix
  • Loading branch information
juan-langa authored May 17, 2024
2 parents d5dad5d + 9833bbe commit aa77793
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/0_1_regressionAaveEthereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
jobs:
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
with:
protocol: aave
network: ethereum
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
12 changes: 6 additions & 6 deletions .github/workflows/0_1_regressionAjnaArbitrum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
jobs:
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
with:
protocol: ajna
network: arbitrum
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit
12 changes: 6 additions & 6 deletions .github/workflows/0_1_regressionAjnaBase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
jobs:
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
with:
protocol: ajna
network: base
base_url: ${{ inputs.base_url }}
flags_features: ${{ inputs.flags_features}}
secrets: inherit

0 comments on commit aa77793

Please sign in to comment.