Skip to content

v6.4.0: Add callable workflows

Compare
Choose a tag to compare
@rcannood rcannood released this 17 Jul 15:05
· 3 commits to main since this release

New functionality

  • .github/workflows/build.yaml: Added a callable workflow for building Viash components (PR #38).

  • .github/workflows/test.yaml: Added a callable workflow for testing Viash components (PR #38).

Minor changes

  • project/detect-changed-components: Simplify separator handling of changed files array (PR #40).

Bug fixes

  • project/detect-changed-components: Fix realpath not being able to resolve changed files (PR #39).