Skip to content

michaelkaye/setup-matrix-synapse

Repository files navigation

Matrix synapse test server

setup-matrix-synapse status

Code in Main

Install the dependencies

npm install

Run the tests ✔️

$ npm test

 PASS  ./index.test.js
  ✓ throws invalid number (3ms)
  ✓ wait 500 ms (504ms)
  ✓ test runs (95ms)
...

Package for distribution

GitHub Actions will run the entry point from the action.yml. Packaging assembles the code into one file that can be checked in to Git, enabling fast and reliable execution and preventing the need to check in node_modules.

Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.

Run prepare

npm run prepare

Since the packaged index.js is run from the dist folder.

git add dist

Usage

You can now consume the action by referencing the v1 branch

uses: michaelkaye/setup-matrix-synapse@v1