Skip to content

Commit

Permalink
Trigger workflow - test 2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed Aug 23, 2024
1 parent 0b7b74e commit a97af4d
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 a97af4d

Please sign in to comment.