Skip to content

Commit

Permalink
chore: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 9, 2024
1 parent f3ad12d commit d00c192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Tests for Cosmos
on: pull_request

jobs:
test-cosmos:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit d00c192

Please sign in to comment.