thisdot / open-source

Repository for open source packages
MIT License
34 stars 11 forks source link

Modify CI workflow to run affected:e2e #129

Closed TapaiBalazs closed 1 year ago

TapaiBalazs commented 2 years ago

We now have two demoapps and two sets of e2e tests. One demoapp is an angular demoapp, the other one is a vue demoapp.

I don't want to run vue e2e tests when I make changes in an angular library, and I don't want to run angular e2e tests when I make changes in a vue-only library.

The goal of this task is to modify the CI workflow to run NX's built in affected command in CI

ahmedsilat44 commented 1 year ago

I found this in the docs image I am not sure how to implement this though. If you can guide me through it I would like to work on this issue.

ahmedsilat44 commented 1 year ago

I have created this pull request with the changes, that according to the Nx Documentation will work.