Skip to content

simonmercernewday/cosmos-emulator-github-action

 
 

Repository files navigation

Azure Cosmos DB Emulator Github Action

The Azure Cosmost DB Emulator is already installed on GitHub Actions Virtual Environments for Windows, so this action only needs to start it.

Getting Started

🚨🚨 This only works on windows 🚨🚨

Example usage:

jobs:
  check_pr:
    runs-on: windows-latest
    steps:
      - uses: southpolesteve/cosmos-emulator-github-action@v1
      - name: 'npm ci'
        run: npm ci
      - name: 'npm test'
        run: npm test

About

Github Action for Cosmos Emulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%