Skip to content

Commit

Permalink
Temporarily disable test-related-projects until they support v1 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored May 24, 2024
1 parent 9c03453 commit abfe611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- run: npm run lint
- run: npm run test
- run: npm run publish-coverage
- run: npm run test-related-projects
# disable this task until we have v1-suported versions of the projects to test
# - run: npm run test-related-projects
npm-release:
#only run this task if a tag starting with 'v' was used to trigger this (i.e. a tagged release)
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit abfe611

Please sign in to comment.