Skip to content

Commit

Permalink
fix: remove redundant call of swift tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakowskiii committed Jul 28, 2023
1 parent 0d699e5 commit 7975702
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@ jobs:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
NOTIFY_PROJECT_SECRET: ${{ secrets.NOTIFY_PROJECT_SECRET }}

# Run validate swift
- name: Run validate swift
uses: ./.github/workflows/validate_swift.yml
with:
notify-endpoint: ${{ inputs.environment == 'PROD' && 'notify.walletconnect.com' || 'staging.notify.walletconnect.com' }}
relay-endpoint: ${{ inputs.environment == 'PROD' && 'relay.walletconnect.com' || 'staging.relay.walletconnect.com' }}

0 comments on commit 7975702

Please sign in to comment.