This commit is contained in:
frostebite
2026-01-26 09:06:25 +00:00
parent ecf83cc928
commit e10e61839e
11 changed files with 100 additions and 83 deletions

View File

@@ -27,6 +27,8 @@ env:
DEBUG: true
PROJECT_PATH: test-project
USE_IL2CPP: false
# Increase CloudFormation stack wait time (GitHub Actions runners can be slow)
CLOUD_RUNNER_AWS_STACK_WAIT_TIME: 900
jobs:
tests:

View File

@@ -23,6 +23,8 @@ env:
DEBUG: true
PROJECT_PATH: test-project
USE_IL2CPP: false
# Increase CloudFormation stack wait time (GitHub Actions runners can be slow)
CLOUD_RUNNER_AWS_STACK_WAIT_TIME: 900
jobs:
cloud-runner-tests:
@@ -183,7 +185,6 @@ jobs:
exit 1
fi
- run: yarn install --frozen-lockfile
# ==========================================
# K8S TESTS SECTION
# ==========================================