Skip to content

Commit

Permalink
added running the test
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Apr 13, 2022
1 parent 1a0b328 commit 6bfa479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ podman run -it --rm --name storeys -e OPS=73551f35-7acb-45c0-bc65-8083c53eec69,f
-v $PWD/minecraft-server-test-data:/data:Z -e UID=0 -e GID=0 \
-p 25565:25565 -p 8080:8080 -p 7070:7070 minecraft-storeys-maker

#run the tests
./gradlew test-mineflayer:npmTest
# The `OPS` with your Minecraft ID is required because the command requires permission;
# alternatively [use permissions](https://github.com/OASIS-learn-study/minecraft-storeys-maker/issues/276).

Expand Down

0 comments on commit 6bfa479

Please sign in to comment.