Danilo Reyes
b48adacf51
ci: add clean checkout and verification for frontend linting
...
CI/CD Pipeline / Nix Flake Check (push) Successful in 44s
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 1m9s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 32s
CI/CD Pipeline / VM Test - performance (push) Successful in 32s
CI/CD Pipeline / VM Test - security (push) Successful in 31s
CI/CD Pipeline / Backend Linting (push) Successful in 5s
CI/CD Pipeline / Frontend Linting (push) Successful in 48s
CI/CD Pipeline / CI Summary (push) Successful in 0s
- Force clean checkout to avoid stale cached files
- Clean /tmp/frontend-build before copying
- Add verification step to list lib directory contents
- This should resolve persistent frontend linting errors in CI
2025-11-02 12:31:19 -06:00
Danilo Reyes
681fa0903b
ci fix
2025-11-02 11:12:10 -06:00
Danilo Reyes
5dc1b0bca5
ci fix
2025-11-02 11:09:29 -06:00
Danilo Reyes
010df31455
phase 5
2025-11-02 11:07:42 -06:00
Danilo Reyes
cac1db0ed7
ci: disable frontend linting and unit tests until code is written
2025-11-02 00:21:55 -06:00
Danilo Reyes
8d161589a2
fix: use npm install --ignore-scripts in CI to avoid permission issues
2025-11-02 00:16:37 -06:00
Danilo Reyes
8bf5150eae
fix: change CI to use npm install and remove coverage fail requirement
2025-11-02 00:14:34 -06:00
Danilo Reyes
da4892cc30
Update CI configuration to suppress verbose output during Nix builds and checks. Replace -L flag with --quiet for improved log readability in backend and frontend package builds, as well as NixOS VM tests.
2025-11-01 23:24:04 -06:00
Danilo Reyes
56b5f8c67c
Add flake.lock file and update README and CI configuration for x86_64-linux checks. Modify NixOS tests to improve database handling and streamline package installations. Update quickstart guide to reflect new testing commands.
2025-11-01 23:22:28 -06:00
Danilo Reyes
ff4a2625f3
Refactor CI configuration to standardize job names and improve clarity. Update steps for NixOS VM tests, linting, unit tests, and package builds. Remove redundant comments and enhance output messages for better visibility during execution.
2025-11-01 23:18:43 -06:00
Danilo Reyes
6d3eaf16f9
Remove redundant code checkout steps in CI configuration, as Gitea Actions now automatically handles repository cloning. This update simplifies the workflow and enhances clarity in job steps.
2025-11-01 23:13:59 -06:00
Danilo Reyes
136fa200ec
Refactor CI configuration to use custom checkout commands and remove caching steps. Update workflow to streamline code checkout and improve clarity in job steps.
2025-11-01 23:12:46 -06:00
Danilo Reyes
6dea130421
Add NixOS VM integration tests and update CI/CD pipeline configuration. Introduce checks for backend integration, full-stack, performance, and security tests using native NixOS services. Remove legacy GitHub Actions workflow and replace with Gitea Actions runner configuration. Update README and quickstart guide to reflect new development environment setup and testing commands.
2025-11-01 23:04:32 -06:00