feat(docker): add pipeline and docker support #442
8000
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What the two gh workflows do?
The e2e-test-setup is not a real e2e tests, because it does not make any assertion, it verifies partially the setup (specifically it runs
php aowow --sql
andphp aowow --build
). It's a fast way to verify the output of it, without building all the full application locally. I would like to ask you @Sarjuuk some feedback about which screenshots we could generate to verify the major AoWoW functionalities, in terms of NPCs, zones, objects and any entity we could select for this.Note: as written in the README the wow images and mpqdata are not involved during the setup (only DBCs are), so all the images will not be present.
How to test docker
Visit 127.0.0.1