Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages