Skip to content

Commit

Permalink
Remove 'make test' step from build workflow (#386)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pflynn-virtru authored Nov 14, 2024
1 parent 7830699 commit e2c0405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ jobs:
run: |-
echo "FULL_VERSION=$(.github/workflows/gh-semver.sh)" >> $GITHUB_OUTPUT
echo "DIST_TAG=$(.github/workflows/guess-dist-tag.sh)" >> $GITHUB_OUTPUT
- run: make test
- run: make doc
- run: >-
echo "::notice file=lib/package.json::Will be published to
Expand Down

0 comments on commit e2c0405

Please sign in to comment.