From b117c2c97a80b8447a030f2db112a9f6da4eb3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lcio=20Franco?= Date: Mon, 4 Mar 2024 10:18:11 -0400 Subject: [PATCH] ci: adjust fuel development unique ci identifier --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 34a8bfe9..f92fa27a 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -43,7 +43,7 @@ jobs: uses: davelosert/vitest-coverage-report-action@v2 if: ${{ steps.findPr.outputs.number }} with: - name: 'Fuel Wallet' + name: 'Fuel DevelopmentWallet' working-directory: ./packages/fuel-development-wallet json-summary-path: ./coverage/coverage-summary.json json-final-path: ./coverage/coverage-final.json