knok-healthcare / figma-assets-to-github-plugin

A Figma plugin to export all assets inside a Figma board to a Github pull request with ease
https://www.figma.com/community/plugin/1250083994048709468/Figma-assets-to-Github-plugin
MIT License
3 stars 0 forks source link

ci: configure github workflows to run unit tests on pushes #7

Open carlosdevpereira opened 1 year ago

carlosdevpereira commented 1 year ago

Description

After configuring the repository test framework we shouldn't rely on developers running the unit tests locally on every change they make or rely on them to write new unit tests or update existing ones. These policies should be enforced.

Acceptance Criteria


Depends on: #6 Blocks: #8