Skip to content

Bump the typeorm group across 1 directory with 10 updates #1526

Bump the typeorm group across 1 directory with 10 updates

Bump the typeorm group across 1 directory with 10 updates #1526

Workflow file for this run

name: Generator
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
nodejs:
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run test
- name: Run npm sonar:scanner
run: npm run sonar:scanner
if: "github.repository == 'jhipster/generator-jhipster-nodejs' && github.event_name != 'pull_request'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}