Skip to content

Commit

Permalink
make space for more test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jul 1, 2024
1 parent acab1a2 commit a03a592
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
- name: Import
uses: ./.github/actions/import
with:
path: doc/test
path: doc/test/gdscript

- name: Run tests
shell: bash
Expand Down
8 changes: 0 additions & 8 deletions doc/test/addons.json

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions doc/test/gdscript/addons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"addons": {
"imgui-godot": {
"url": "../../../../addons/imgui-godot",
"source": "symlink"
},
"TestData": {
"url": "../../addons/TestData",
"source": "symlink"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/test/project.godot → doc/test/gdscript/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config_version=5

[addons]

imgui/config="res://config_scale2x.tres"
imgui/config="res://addons/TestData/config_scale2x.tres"

[application]

Expand Down
File renamed without changes.

0 comments on commit a03a592

Please sign in to comment.