apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
26 stars 18 forks source link

Improve tests for templates #102

Open drobnikj opened 2 years ago

drobnikj commented 2 years ago

Currently, if the actor from a template cannot be built on the platform(same for local) our test still passes. It can lead to not working actors on the platform, which cannot be built see #101 .

We need to fix the test and add some check which tries to build all actor and ideally do the eslint check as well.