File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
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
16
16
- " "
17
17
18
18
steps :
40
40
41
41
- name : test
42
42
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
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ services:
14
14
- " ./minetest.conf:/minetest.conf"
15
15
- " ./.REPOS/minetest_game/:/root/.minetest/games/minetest_game/"
16
16
- " world:/root/.minetest/worlds/world"
17
+ - " nodenames.txt:/root/.minetest/worlds/world/nodenames.txt"
17
18
18
19
19
20
volumes :
You can’t perform that action at this time.
0 commit comments