From 07e50cf88f7917cc061ff81557b4cf00402777e1 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Fri, 5 Jan 2024 17:31:17 +0100 Subject: [PATCH] test: refactoring test name --- .github/workflows/integration-tests-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 4af3e43b94..bb90fc86f9 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -3,7 +3,6 @@ on: pull_request jobs: runTests: - name: API test timeout-minutes: 30 runs-on: ubuntu-latest permissions: @@ -22,6 +21,7 @@ jobs: - stats.test.ts - tokens.test.ts - transactions.test.ts + name: 'API test set: ${{ matrix.os}} / Node: ${{ matrix.node-version}}' steps: - name: Checkout with Submodule uses: actions/checkout@v3