Replicate test structure used for Install and enable
tests in GitHub Action Test indexer
#2080
Labels
Install and enable
tests in GitHub Action Test indexer
#2080
Right now, the Test of the indexer creates the docker image and the package to test the indexer. The same structure should be used as in Test install and enable, where the docker image is created in a separate GitHub Action when needed, and the package is created one time in a different workflow and uploaded as an artifact.
This way, more tests will be able to be done using the image and package created and they will only have to be created when needed.
The text was updated successfully, but these errors were encountered: