Skip to content

Commit

Permalink
Merge pull request #1114 from clearlydefined/test-workflow-job-name
Browse files Browse the repository at this point in the history
Update test workflow
  • Loading branch information
lumaxis authored May 13, 2024
2 parents 73e2145 + ca4e3a7 commit 1be2f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run tests
run: npm test

0 comments on commit 1be2f9e

Please sign in to comment.