Skip to content

Commit

Permalink
Add link step for the blueprint to avoid errors in test
Browse files Browse the repository at this point in the history
  • Loading branch information
avdev4j committed Oct 26, 2020
1 parent 903019a commit 18aa283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/setup-node@v2.1.1
with:
node-version: '12'
- run: npm ci
- run: npm run pretest
- run: npm clean
- run: npm link
- run: npm run test
if: >-
!contains(github.event.head_commit.message, '[skip ci]') &&
Expand Down

0 comments on commit 18aa283

Please sign in to comment.