velith / firestore-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firestore Action

Github action for a Firestore emulator. Can be used to run tests that requires a Firestore, see example.

Inputs

args - Required. Command to run once Firestore emulator is started.

Example usage

uses: actions/cmp-fixa-firestore-action@master
with:
    args: yarn test

About


Languages

Language:Dockerfile 59.9%Language:Shell 40.1%