Skip to content

Commit

Permalink
ci: se corrige el flujo de integración continua
Browse files Browse the repository at this point in the history
  • Loading branch information
cristopher1 committed Apr 5, 2024
1 parent 54fd893 commit 25d407e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,13 @@ jobs:

- name: create a new generator
working-directory: ../generator_test
run: yo koa2-api-generator test --onlyTerminal --runGitInit --runPackageScripts
run: yo koa2-api-generator new_api postgresql --runPackageScripts --userDocker --nodeVersion=21 --projectFolderName=api --useDockerCompose --databaseName=postgresql

- name: audit
run: npm audit

- name: run linter, formatter and tests
- name: run linter and formatter
working-directory: ../generator_test
run: |
npm run lint
npm run format
npm run test

0 comments on commit 25d407e

Please sign in to comment.