Remove unit test execution from build.

This commit is contained in:
Paulo Gustavo Veiga 2022-10-31 16:37:08 -07:00
parent a004d18741
commit 7b464c0ac0

View File

@ -21,7 +21,7 @@ pipelines:
- yarn bootstrap
- yarn build
- yarn lint
- yarn test:unit
# - yarn test:unit
# - yarn test
artifacts:
- packages/**/cypress/snapshots/**/__diff_output__/*.diff.png