We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746ba09 commit 549e826Copy full SHA for 549e826
.github/workflows/test_android.yml
@@ -8,7 +8,7 @@ permissions:
8
9
jobs:
10
test-android:
11
- name: Export project for Android
+ name: Test Android export
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout repo
scripts/run-android-tests.sh
@@ -211,7 +211,6 @@ TEST_PATHS=("res://test/suites/")
211
echo ""
212
highlight "Looking for isolated test suites..."
213
TEST_PATHS+=($(find project/test/isolated -name "test_*.gd" -type f | sort))
214
-abort_on_error "Failed to find isolated test suites"
215
216
# Check if any isolated tests were found
217
if [ ${#TEST_PATHS[@]} -eq 1 ]; then
0 commit comments