Skip to content

Commit 89f30d7

Browse files
committed
Save nodenames.txt
1 parent b86313a commit 89f30d7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/test.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
ENGINE_IMAGE:
14-
#- registry.gitlab.com/minetest/minetest/server:5.7.0
15-
#- ghcr.io/minetest-hosting/minetest-docker:5.8.0
14+
- registry.gitlab.com/minetest/minetest/server:5.7.0
15+
- ghcr.io/minetest-hosting/minetest-docker:5.8.0
1616
- ""
1717

1818
steps:
@@ -40,3 +40,9 @@ jobs:
4040
4141
- name: test
4242
run: docker-compose up --exit-code-from testserver
43+
44+
- name: Upload nodenames.txt
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: nodenames
48+
path: nodenames.txt

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
- "./minetest.conf:/minetest.conf"
1515
- "./.REPOS/minetest_game/:/root/.minetest/games/minetest_game/"
1616
- "world:/root/.minetest/worlds/world"
17+
- "nodenames.txt:/root/.minetest/worlds/world/nodenames.txt"
1718

1819

1920
volumes:

0 commit comments

Comments
 (0)