Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuvalherziger/tomodo-action-example
A Node.js GitHub Action example using tomodo-github-action. https://tomodo.dev/latest/gh-actions/
https://github.com/yuvalherziger/tomodo-action-example
Last synced: 9 days ago
JSON representation
A Node.js GitHub Action example using tomodo-github-action. https://tomodo.dev/latest/gh-actions/
- Host: GitHub
- URL: https://github.com/yuvalherziger/tomodo-action-example
- Owner: yuvalherziger
- License: mit
- Created: 2024-08-15T05:25:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:16:03.000Z (3 months ago)
- Last Synced: 2024-10-31T18:12:24.816Z (16 days ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tomodo-action-example
This repository contains a simplistic Node.js unit test workflow with
the [tomodo](https://tomodo.dev/latest/gh-actions/) GitHub Action, which
creates a MongoDB Atlas container. Thi GitHub Action allows testing native
MongoDB Atlas features like [Atlas Search](https://www.mongodb.com/docs/atlas/atlas-search/) and [Atlas Vector Search](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview).Start by looking at the [unit-tests.yml](./.github/workflows/unit-tests.yml) file.