mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Fix name for test project and remove redundant configuration settings for test
This commit is contained in:
parent
709e271b17
commit
e4de6a96b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "test-local"
|
||||
name: "Test and Run"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: NPM Install
|
||||
run: npm ci
|
||||
- name: Test
|
||||
run: git config --global user.name "Test User" && git config --global user.email "test@example.com" && npm test
|
||||
run: npm test
|
||||
- name: Package
|
||||
run: npm run package
|
||||
- name: Run Action
|
||||
|
|
|
|||
Loading…
Reference in a new issue