Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 899 Bytes

File metadata and controls

28 lines (16 loc) · 899 Bytes

Changelog

1.3.0 - 2020-04-10

Added

  • check if the mongodb-version input is present: if not, print a message and fail the job

1.2.0 - 2020-03-30

Added

  • mongodb-replica-set input to define a MongoDB replica set name
  • tests connecting to MongoDB instances (single instance, replica set) created by this GitHub Action

1.1.0 - 2019-12-18

Updated

  • switched from a Node.js workflow to a Docker-based workflow
    • reduces noise in the repo by removing the Node.js dependencies and only relying on a shell script
  • green database icon in GitHub Action details

1.0.0 - 2019-12-17

Added

  • 1.0.0 release 🚀 🎉