Skip to content

Commit

Permalink
fix: disable flaking Swift tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 23, 2024
1 parent 1ae6596 commit 8eea55c
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/sub-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,28 @@ jobs:
NOTIFY_PROJECT_ID: ${{ secrets.VALIDATION_NOTIFY_PROJECT_ID }}
NOTIFY_PROJECT_SECRET: ${{ secrets.VALIDATION_NOTIFY_PROJECT_SECRET }}

validate-swift:
name: Swift Integration Tests - ${{ inputs.stage }}
runs-on:
group: apple-silicon
permissions:
contents: write
environment:
name: ${{ inputs.stage }}
url: ${{ inputs.stage-url }}
steps:
- uses: actions/checkout@v3
with:
repository: WalletConnect/WalletConnectSwiftV2
# validate-swift:
# name: Swift Integration Tests - ${{ inputs.stage }}
# runs-on:
# group: apple-silicon
# permissions:
# contents: write
# environment:
# name: ${{ inputs.stage }}
# url: ${{ inputs.stage-url }}
# steps:
# - uses: actions/checkout@v3
# with:
# repository: WalletConnect/WalletConnectSwiftV2

- 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 }}
gm-dapp-project-secret: ${{ secrets.VALIDATION_SWIFT_DAPP_PROJECT_SECRET }}
# - 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 }}
# gm-dapp-project-secret: ${{ secrets.VALIDATION_SWIFT_DAPP_PROJECT_SECRET }}

0 comments on commit 8eea55c

Please sign in to comment.