Skip to content

Commit

Permalink
Try disabling a mod to make sure the test will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Jan 29, 2024
1 parent 70caa8c commit 6e13555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
matrix:
ENGINE_IMAGE:
- registry.gitlab.com/minetest/minetest/server:5.7.0
- ghcr.io/minetest-hosting/minetest-docker:5.8.0
- ""
#- ghcr.io/minetest-hosting/minetest-docker:5.8.0
#- ""

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion world.mt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ load_mod_technic_worldgen = true
load_mod_techpack_stairway = true
load_mod_techpack_warehouse = true
load_mod_terumet = true
load_mod_titanium = true
load_mod_titanium = false
load_mod_tpr = true
load_mod_travelnet = true
load_mod_tubelib = true
Expand Down

0 comments on commit 6e13555

Please sign in to comment.