From d00c192572aed3861f7d6b28614d09ea0336204b Mon Sep 17 00:00:00 2001 From: npty Date: Tue, 9 Jul 2024 16:20:13 +0700 Subject: [PATCH] chore: fix job name --- .github/workflows/test-core.yml | 4 ++-- .github/workflows/test-cosmos.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index a4517b4..d08d3df 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -2,11 +2,11 @@ name: Run Tests for Core on: pull_request jobs: - test-core: + test: runs-on: ubuntu-latest strategy: matrix: - node-version: ["16.x", "18.x", "20.x"] + node-version: ["18.x", "20.x"] steps: - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/test-cosmos.yml b/.github/workflows/test-cosmos.yml index eee6972..af51f6b 100644 --- a/.github/workflows/test-cosmos.yml +++ b/.github/workflows/test-cosmos.yml @@ -2,7 +2,7 @@ name: Run Tests for Cosmos on: pull_request jobs: - test-cosmos: + test: runs-on: ubuntu-latest strategy: matrix: