mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-14 15:25:32 +02:00
Setup tests
- Install Gut using gd-plug. - Add some basic tests. - Update workflow to run tests. - Add test and gd-plug install/uninstall recipes to Justfile. - Re-enable debug builds as these are used by editor when testing.
This commit is contained in:
parent
e234b14867
commit
db3564f0cc
128 changed files with 1412 additions and 16452 deletions
5
.github/actions/import-assets/action.yml
vendored
5
.github/actions/import-assets/action.yml
vendored
|
@ -9,6 +9,11 @@ runs:
|
|||
uses: lihop/setup-godot@v2
|
||||
with:
|
||||
version: ${{ inputs.godot-version }}
|
||||
- name: Install just
|
||||
uses: taiki-e/install-action@just
|
||||
- name: Install dev dependencies
|
||||
shell: bash
|
||||
run: just install
|
||||
- name: Import assets
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue