Skip to content

Commit

Permalink
Merge branch 'main' into max/chore/change_5xx_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Oct 23, 2023
2 parents 520c978 + c60df00 commit e9c97d7
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 1,833 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sub-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@ jobs:
- uses: actions/checkout@v3
with:
repository: WalletConnect/WalletConnectSwiftV2
ref: 'main'
ref: 'feature/explorerHost-from-ci'

- name: Run Notify Tests
uses: ./.github/actions/run_tests_without_building
with:
type: 'notify-tests'
notify-endpoint: ${{ vars.VALIDATION_NOTIFY_ENDPOINT }}
relay-endpoint: ${{ vars.VALIDATION_RELAY_ENDPOINT }}
explorer-endpoint: ${{ vars.VALIDATION_EXPLORER_ENDPOINT }}
project-id: ${{ secrets.VALIDATION_SWIFT_PROJECT_ID }}
gm-dapp-host: ${{ vars.VALIDATION_DAPP_DOMAIN }}
gm-dapp-project-id: ${{ secrets.VALIDATION_SWIFT_DAPP_PROJECT_ID }}
Expand Down
Loading

0 comments on commit e9c97d7

Please sign in to comment.