mirror of
https://github.com/softprops/action-gh-release.git
synced 2024-11-30 07:23:28 +03:00
fix workflow test
This commit is contained in:
parent
18daf2c63f
commit
b241ff3653
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…
Reference in New Issue
Block a user