Skip to content

Commit

Permalink
ci: se corrige 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 90e5770 commit 9d375e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

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

- name: audit
run: npm audit
Expand Down

0 comments on commit 9d375e5

Please sign in to comment.