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:
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.
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 alwaysmaster
, 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.