Skip to content

Commit e2c0405

Browse files
Remove 'make test' step from build workflow (#386)
The 'make test' step has been removed from the GitHub Actions build workflow. This change simplifies the workflow by focusing on documentation generation and publication preparation. Any testing should be configured separately or integrated into other steps if necessary.
1 parent 7830699 commit e2c0405

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ jobs:
217217
run: |-
218218
echo "FULL_VERSION=$(.github/workflows/gh-semver.sh)" >> $GITHUB_OUTPUT
219219
echo "DIST_TAG=$(.github/workflows/guess-dist-tag.sh)" >> $GITHUB_OUTPUT
220-
- run: make test
221220
- run: make doc
222221
- run: >-
223222
echo "::notice file=lib/package.json::Will be published to

0 commit comments

Comments
 (0)