Skip to content

Commit 9f939a9

Browse files
committed
Add node names test
1 parent c88b6b9 commit 9f939a9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ jobs:
3232
repository: BuckarooBanzay/mtt
3333
path: mtt
3434

35+
- uses: actions/checkout@v4
36+
with:
37+
repository: BlockySurvival/bls_test_nodenames
38+
path: bls_test_nodenames
39+
3540
- name: Update minetest.conf and world.mt
3641
run: |-
3742
echo 'load_mod_mtt = true' >> world.mt
43+
echo 'load_mod_bls_test_nodenames = true' >> world.mt
3844
echo 'mtt_enable = true' >> minetest.conf
3945
echo 'mtt_export_nodenames = true' >> minetest.conf
4046
touch nodenames.txt
@@ -43,7 +49,8 @@ jobs:
4349
run: docker-compose up --exit-code-from testserver
4450

4551
- name: Upload nodenames.txt
52+
if: ${{ endsWith(matrix.ENGINE_IMAGE, '5.7.0') }}
4653
uses: actions/upload-artifact@v4
4754
with:
48-
name: nodenames
55+
name: nodenames-${{ matrix.ENGINE_IMAGE }}
4956
path: nodenames.txt

0 commit comments

Comments
 (0)