Skip to content

Commit 549e826

Browse files
committed
Corrections
1 parent 746ba09 commit 549e826

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
test-android:
11-
name: Export project for Android
11+
name: Test Android export
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repo

scripts/run-android-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ TEST_PATHS=("res://test/suites/")
211211
echo ""
212212
highlight "Looking for isolated test suites..."
213213
TEST_PATHS+=($(find project/test/isolated -name "test_*.gd" -type f | sort))
214-
abort_on_error "Failed to find isolated test suites"
215214

216215
# Check if any isolated tests were found
217216
if [ ${#TEST_PATHS[@]} -eq 1 ]; then

0 commit comments

Comments
 (0)