Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.