Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/southpolesteve/cosmos-emulator-github-action
Github Action for Cosmos Emulator
https://github.com/southpolesteve/cosmos-emulator-github-action
Last synced: 2 months ago
JSON representation
Github Action for Cosmos Emulator
- Host: GitHub
- URL: https://github.com/southpolesteve/cosmos-emulator-github-action
- Owner: southpolesteve
- License: mit
- Created: 2019-09-19T22:18:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T19:59:25.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:38:35.079Z (2 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Cosmos DB Emulator Github Action
The Azure Cosmost DB Emulator [is already installed on GitHub Actions Virtual Environments for Windows](https://github.com/actions/virtual-environments/tree/main/images/win), 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
```