Commit graph

12 commits

Author SHA1 Message Date
e648247d38 Actualizar .forgejo/workflows/ci.yaml
All checks were successful
Lint and Check Types / Validations (pull_request) Successful in 1m19s
2025-05-07 00:00:48 -05:00
7ed7461a2b chore: update turbo.json and CI workflow for Prisma integration
Some checks failed
Lint and Check Types / Validations (push) Failing after 52s
- Modified turbo.json to replace db:generate with prisma:generate in build and dev tasks.
- Enhanced CI workflow by adding a name to the validations job for better clarity.
2025-05-06 18:39:02 -05:00
c7911953df chore: update environment configuration and enhance Prisma integration
Some checks failed
Lint and Check Types / validations (push) Failing after 47s
- Added MINIO_PORT to .env.example for Minio configuration.
- Updated package.json to include a script for Prisma generation.
- Modified turbo.json to ensure db:generate task is executed during build and dev processes.
- Updated CI workflow to run Prisma generate step.
- Adjusted imports in the API to reference the generated Prisma client correctly.
- Added .gitignore entry for Prisma client directory.
2025-05-06 18:36:47 -05:00
a1590e7228 chore: enhance CI workflow by adding Node setup and installation steps
Some checks failed
CI / test (push) Failing after 1m49s
- Included Node.js setup step to specify the Node version.
- Added installation step to ensure dependencies are installed before linting and type-checking.
2025-05-06 00:44:02 -05:00
28279942ad chore: update CI workflow to include linting and type-checking
Some checks failed
CI / test (push) Failing after 4s
- Added linting step to ensure code quality.
- Included type-checking step to verify TypeScript types.
2025-05-06 00:35:44 -05:00
f55f3e8c31 Actualizar .forgejo/workflows/ci.yaml
All checks were successful
CI / test (push) Successful in 3s
2025-05-06 00:18:19 -05:00
72ec302ea0 Actualizar .forgejo/workflows/ci.yaml
All checks were successful
CI / test (push) Successful in 9s
2025-05-05 22:39:34 -05:00
10da94f337 Actualizar .forgejo/workflows/ci.yaml
Some checks failed
CI / test (push) Failing after 1s
2025-04-15 09:57:39 -05:00
74c5e0b526 Actualizar .forgejo/workflows/ci.yaml
Some checks failed
CI / test (push) Failing after 0s
2025-04-15 09:55:48 -05:00
4dd3902987 Actualizar .forgejo/workflows/ci.yaml
Some checks failed
CI / test (push) Failing after 13m16s
2025-04-15 09:00:35 -05:00
49683c09ed chore: update GitHub Actions workflow echo command
All checks were successful
/ test (push) Successful in 1s
- Modified the echo command in demo.yaml to reflect an updated message for clarity during testing
2025-04-10 16:08:08 -05:00
2eb86d5d0d chore: add GitHub Actions workflow for testing
All checks were successful
/ test (push) Successful in 17s
- Created a new demo.yaml file for GitHub Actions to run a basic test job
- Configured the workflow to execute a simple echo command on push events
2025-04-10 16:06:49 -05:00