Skip to content

miragespace/ci-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Test Runner Smoke Repo

This repo is intentionally small and noisy.

It exists to verify that a CI/CD runner can:

  • install npm dependencies
  • execute Node.js code
  • print environment variables
  • reach the public internet
  • run a test suite

Commands

npm install
npm test

npm test will:

  1. print basic runtime metadata and every environment variable visible to Node.js
  2. fetch package metadata from the npm registry using undici
  3. run a vitest smoke test that performs another outbound HTTPS request

About

minimal repo to test CI runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors