Skip to content

Commit

Permalink
build: added missing build step to regular checks and doing a dry-run…
Browse files Browse the repository at this point in the history
… on feature branch

JST-70
  • Loading branch information
grisha87 committed Aug 11, 2023
1 parent 147bc71 commit da780ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/regular-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ jobs:
npm run format:check
npm run lint
npm run test:unit
npm run build
4 changes: 3 additions & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- next
- beta
- alpha
- feature/JST-70/automate-releases

# Allows triggering the workflow manually
workflow_dispatch:
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
npm run format:check
npm run lint
npm run test:unit
npm run build
run-integration-and-e2e-tests:
needs: regular-checks
Expand Down Expand Up @@ -185,4 +187,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release --dry-run

0 comments on commit da780ac

Please sign in to comment.