Skip to content

Commit

Permalink
rename 'build' job to 'build-and-test'
Browse files Browse the repository at this point in the history
This seeks to make the job name a bit more descriptive.
  • Loading branch information
mdb committed Apr 23, 2024
1 parent 58ca1aa commit 2062200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ on:
push:

jobs:
build:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
ensure-unpublished-version:
runs-on: ubuntu-latest
needs: build
needs: build-and-test
steps:
- uses: actions/checkout@v4
- name: Get package.json version
Expand Down

0 comments on commit 2062200

Please sign in to comment.