Skip to content

Commit

Permalink
Save nodenames.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Jan 29, 2024
1 parent b86313a commit 89f30d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
ENGINE_IMAGE:
#- registry.gitlab.com/minetest/minetest/server:5.7.0
#- ghcr.io/minetest-hosting/minetest-docker:5.8.0
- registry.gitlab.com/minetest/minetest/server:5.7.0
- ghcr.io/minetest-hosting/minetest-docker:5.8.0
- ""

steps:
Expand Down Expand Up @@ -40,3 +40,9 @@ jobs:
- name: test
run: docker-compose up --exit-code-from testserver

- name: Upload nodenames.txt
uses: actions/upload-artifact@v4
with:
name: nodenames
path: nodenames.txt
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- "./minetest.conf:/minetest.conf"
- "./.REPOS/minetest_game/:/root/.minetest/games/minetest_game/"
- "world:/root/.minetest/worlds/world"
- "nodenames.txt:/root/.minetest/worlds/world/nodenames.txt"


volumes:
Expand Down

0 comments on commit 89f30d7

Please sign in to comment.