From a91656e9bb142caf5959f7ab845a2f5492ee7c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Wed, 22 Nov 2023 09:03:03 +0100 Subject: [PATCH] CI: fix the ethereum version To prevent CI issues in the case of failure with newer versions of app-ethereum --- .github/workflows/reusable_swap_functional_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 30918b1..2b9ab06 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -17,7 +17,7 @@ on: type: string branch_for_ethereum: required: false - default: 'develop' + default: 'stax_1.3.0_1.10.4-dev_sdk_969427eeb6b3b209ef71ee94c60a06b6c897717a' type: string run_for_devices: description: 'The list of device(s) on which the test will run (defaults to ["nanos", "nanox", "nanosp", "stax"])'