Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Feb 15, 2024
1 parent d66f8ec commit fd39319
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: npm run e2e
env:
CI: true

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ jobs:
with:
cache: npm
node-version: 18
- run: npm ci

- run: npx prettier --check .
- run: npm run lint
- run: npm run build:lib
- run: npm run build:schematics
- run: npm run test:ci
- run: npm run prebuild:prod
- run: npm run build:prod
- run: npm run e2e
env:
CI: true

# build docs
- run: npm run build:prod -- --base-href /ng2-charts/next/
if: ${{ github.event.release.prerelease }}
Expand Down

0 comments on commit fd39319

Please sign in to comment.