Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: swift validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakowskiii committed Jul 26, 2023
1 parent e8d441e commit e783950
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
type: string

jobs:
validate:
validate-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,9 +33,9 @@ jobs:
ENVIRONMENT: ${{ inputs.environment }}
TEST_PROJECT_ID: ${{ secrets.TEST_PROJECT_ID }}

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

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

0 comments on commit e783950

Please sign in to comment.