From 7975702039d5f0cab2f114a60921b25e30aade70 Mon Sep 17 00:00:00 2001 From: Rakowskiii Date: Fri, 28 Jul 2023 14:13:05 +0200 Subject: [PATCH] fix: remove redundant call of swift tests --- .github/workflows/validate.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6ca37c74..578bbc64 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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' }} + \ No newline at end of file