Skip to content

Commit

Permalink
fix: use installed gdunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Jun 6, 2024
1 parent 0177263 commit a1cc3e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
godot-version: ${{ matrix.godot-version }}
godot-status: ${{ matrix.godot-status }}
version: 'installed'
paths: |
res://test/
timeout: 5
Expand Down
1 change: 0 additions & 1 deletion src/ExampleScene.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
extends CanvasLayer

func _enter_tree():
print("some ansi code?")
print("\\033[31mHello\\033[0m")

Log.set_colors_pretty()
Expand Down

0 comments on commit a1cc3e2

Please sign in to comment.