eeditiones / tei-publisher-app

The main TEI Publisher app
https://teipublisher.com
GNU General Public License v3.0
68 stars 33 forks source link

Tests always run against eeditiones/tei-publisher-app regardless of the changes made in the PR #112

Closed ccheraa closed 2 years ago

ccheraa commented 2 years ago

If you make changes to the code of the package itself, apparently, those changes won't be used in the tests. The source of the package that is built and used for testing is hardcoded in Dockerfile:

https://github.com/eeditiones/tei-publisher-app/blob/9b801ff2cb03561f92fc4f9e2a74160d1df8896d/Dockerfile#L35

https://github.com/eeditiones/tei-publisher-app/blob/9b801ff2cb03561f92fc4f9e2a74160d1df8896d/Dockerfile#L56-L60

The code used to build the package is always eeditiones/tei-publisher-app and the branch is always master, although there is a possibility to use a different branch by setting a build argument, the GitHub Actions script building the image does not pass any.