forked from mirrors/action-gh-release
fix workflow test
This commit is contained in:
parent
18daf2c63f
commit
b241ff3653
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Build
|
||||
run: npm run build
|
||||
- name: Test
|
||||
run: npm rust test
|
||||
run: npm run test
|
||||
- name: "check for uncommitted changes"
|
||||
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue