[SOLVED] Local Meteor packages and CI

I have local Meteor package and doing CI (testing) with Github Actions?

Of course, my local packages are not found during the test actions.

How do you include those local packages to be able to do CI?

Thanks.

Has anyone ever had this problem?

Depends on where you have the local packages. I have them in the default /packages directory that I push to my repository.

Thanks @storyteller

I missed in Application Structure | Meteor Guide the following line:

  • packages/ : Used for local packages
1 Like