diff --git a/.github/actions/run_tests_without_building/action.yml b/.github/actions/run_tests_without_building/action.yml index 3b504d528..f8d0a3743 100644 --- a/.github/actions/run_tests_without_building/action.yml +++ b/.github/actions/run_tests_without_building/action.yml @@ -75,6 +75,11 @@ runs: shell: bash run: make notify_tests RELAY_HOST=${{ inputs.relay-endpoint }} PROJECT_ID=${{ inputs.project-id }} CAST_HOST=${{ inputs.notify-endpoint }} GM_DAPP_PROJECT_ID=${{ inputs.gm-dapp-project-id }} GM_DAPP_PROJECT_SECRET=${{ inputs.gm-dapp-project-secret }} + - name: Run x-platform protocol tests + if: inputs.type == 'x-platform-protocol-tests' + shell: bash + run: make x_platform_protocol_tests RELAY_HOST=${{ inputs.relay-endpoint }} PROJECT_ID=${{ inputs.project-id }} JS_CLIENT_API_HOST=${{ inputs.js-client-api-host }} + # Slack notification for failing smoke and relay tests - name: Slack Notification for Failure if: failure() && (inputs.type == 'smoke-tests' || inputs.type == 'relay-tests') diff --git a/Makefile b/Makefile index 2d417d3c2..927f798a1 100755 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ notify_tests: smoke_tests: ./run_tests.sh --scheme IntegrationTests --testplan SmokeTests --project Example/ExampleApp.xcodeproj -x_platform_tests: +x_platform_protocol_tests: ./run_tests.sh --scheme IntegrationTests --testplan XPlatformProtocolTests --project Example/ExampleApp.xcodeproj release_wallet: