arcodange
  • Joined on 2025-08-27
94f3704f0e 🐛 fix: set GOPATH correctly for Swagger docs generation
689d1e2057 🐛 fix: correct working directory for Swagger docs generation
b1d9dce29c 🔄 fix: trigger workflow manually
39bf083a23 🤖 ci: fix Docker Compose exec issue by using run instead
841b23bb32 🐛 fix: debug DEPS_HASH value
58c8f09c77 🐛 fix: use needs output directly in docker compose step
5a2c896b4a 🐛 fix: add separate step to export DEPS_HASH
6eaca669cd 🐛 fix: use env var instead of needs output for DEPS_HASH
68a5cf7876 🐛 fix: set DEPS_HASH env var for ci-pipeline job
6f51a69854 🐛 fix: remove docker compose install from CI
a0d2bd6996 🐛 fix: correct database.ssl_mode environment variable binding
07dc72d19e 🐛 fix: remove incorrect argument from LoadConfig call
076bc120e0 🐛 fix: make BDD test server use actual config with environment variables
0026515237 🐛 fix: add missing database environment variable bindings
543e9e240a 🐛 fix: use shasum on macOS, sha256sum on Linux
Compare 18 commits »
02674dfb50 feat: migrate to Docker Compose for build cache management
4848becbdc 🐛 fix: set working directory directly in Docker command instead of using cd
b562cad09d 🤖 ci: final trigger attempt
89024c5793 🐛 fix: correct Docker Swagger generation command to match native approach
705230c3ef 🤖 ci: trigger workflow again
2d0546c68e 🐛 fix: add missing closing quote in Docker Swagger generation command
5460b7f43c 🤖 ci: trigger workflow manually
53bdd9579f feat: add PostgreSQL service support for BDD tests in CI/CD
4604ce7caa 🐛 fix: remove syntax error from Docker Swagger generation command