Skip to content

Commit

Permalink
Merge pull request #459 from OasisDEX/triggering-e2e-tests-23-13
Browse files Browse the repository at this point in the history
Trigger workflow - test 2.27
  • Loading branch information
juan-langa authored Aug 23, 2024
2 parents 0b7b74e + a97af4d commit 79929e5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ on:
# ########################

jobs:
ci-e2e-tests:
staging-deployed-trigger-received:
runs-on: ubuntu-latest
steps:
- run: echo "Regression E2E tests for oasis-borrow RUN_ID ${{ inputs.run_id }}"
- name: CI E2E tests - No wallet
uses: ./.github/workflows/z_Reusable_RegressionNoWallet.yml
with:
base_url: 'https://staging.summer.fi'
script: ci:no-wallet:regression
no-wallet-tests:
uses: ./.github/workflows/z_Reusable_RegressionNoWallet.yml
with:
base_url: 'https://staging.summer.fi'
script: ci:no-wallet:regression

# - name: Testing e2e tests fail - TO BE REMOVED after Testing
# if: ${{ inputs.result == 'fail' }}
# uses: actions/github-script@v7
Expand Down

0 comments on commit 79929e5

Please sign in to comment.