-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the spec draft updater remove completed specs and work around nu…
…lls (#1571) And update dist, which was overlooked. These changes together will allow the workflow to send PRs that pass the CI.
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,9 @@ jobs: | |
node-version-file: .node-version | ||
cache: npm | ||
- run: npm ci | ||
- run: rm features/draft/spec/*.yml features/draft/spec/*.dist | ||
- run: npm run update-drafts | ||
- run: npm run dist | ||
- name: Commit changes | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters