From 6e5c02c807047f29b0dca874ac01f6d0fd540442 Mon Sep 17 00:00:00 2001 From: juan-langa Date: Wed, 16 Oct 2024 13:03:20 +0200 Subject: [PATCH] Daily improvements - 16 October --- .github/workflows/0_1_regressionWithRealWallet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/0_1_regressionWithRealWallet.yml b/.github/workflows/0_1_regressionWithRealWallet.yml index f52fd6ac..404be8aa 100644 --- a/.github/workflows/0_1_regressionWithRealWallet.yml +++ b/.github/workflows/0_1_regressionWithRealWallet.yml @@ -1,4 +1,4 @@ -name: 0.1. Regression - Tests ith real wallet +name: 0.1. Regression - With real wallet on: workflow_dispatch: @@ -35,7 +35,7 @@ jobs: run: | BASE_URL=${{ inputs.base_url }} \ FLAGS_FEATURES=${{ inputs.flags_features}} \ - yarn ci:with-real-wallet: + yarn ci:with-real-wallet - uses: actions/upload-artifact@v4 if: always() with: