Skip to content

#DEV-2 - Update README.md#3

Open
HolimaX wants to merge 5 commits into
developfrom
feature/Add-Android14-HSGalaxyRing-NFTMint
Open

#DEV-2 - Update README.md#3
HolimaX wants to merge 5 commits into
developfrom
feature/Add-Android14-HSGalaxyRing-NFTMint

Conversation

@HolimaX

@HolimaX HolimaX commented Oct 8, 2024

Copy link
Copy Markdown
Owner

This PR:

  • Adds support for loading GoLang code via WASM and JS to CD or PCD 1.2.1+
  • Adds handler to start app in AWS Lambda correctly
  • Added support for deployment to AWS S3
  • Adds support for NFT Minting
  • Adds support for Galaxy Ring
  • Added support for Service Tags
  • Added support for WebManifest Protocol Handlers
  • Added support for HealthyMe Android App by HealthDash
  • Added automated MAN generation on Linux
  • Added AWS S3 to fallback to CD or Demo resources
  • Added AWS Secret Manager support for .env storage

Ecosystem Compatibility set:

Communication channels:

  • Google Groups
  • GitHub Releases
  • Postman Annoucements
  • Firebase
  • Keybase

Distribution channels:

  • GPS
  • HAG
  • SGS

circleci-app Bot and others added 4 commits May 10, 2026 12:27
**Root cause:** The `package.json` defined `"test": "react-scripts test"` but the project is a pure OpenAPI/Swagger documentation repository with no React source code. There were no dependencies defined in `package.json` at all, so `react-scripts` was never installed and `npm test` would fail with `react-scripts: command not found`.

**Fix approach:** Replaced the non-functional `react-scripts test` command with `swagger-cli validate` which is appropriate for an OpenAPI specification project. Added `@apidevtools/swagger-cli` as a dev dependency so that `npm install` correctly installs the validation tool.

**Changes made:**
- Updated `scripts.test` in `package.json` from `react-scripts test` to `swagger-cli validate postman/schemas/swagger.yaml`
- Added `devDependencies` section to `package.json` with `@apidevtools/swagger-cli@^4.0.4`
- Verified `npm install` resolves cleanly and `npm test` passes with output `postman/schemas/swagger.yaml is valid`
…6033429

fix: replace react-scripts test with swagger-cli validation
The built-in `checkout` step was using a blobless SSH clone that silently
hung in job 26. Replace it with an explicit HTTPS git clone using
CIRCLE_PROJECT_USERNAME/REPONAME env vars and a 10m no_output_timeout so
failures surface immediately rather than hanging indefinitely.
fix: replace checkout step with explicit HTTPS clone and timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🏗 In progress (GHOrg: HolimaX)

Development

Successfully merging this pull request may close these issues.

1 participant