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 69cb8a1 commit 3039e20Copy full SHA for 3039e20
.github/workflows/platform-frontend-ci.yml
@@ -184,7 +184,7 @@ jobs:
184
run: |
185
echo "Creating E2E test data..."
186
# First try to run the script from inside the container
187
- if docker compose -f ../docker-compose.yml exec -T rest_server test -f /app/autogpt_platform/backend/test/e2e_test_data.py; then
+ if docker compose -f ../docker-compose.yml exec -T rest_server sh -c 'test -f /app/autogpt_platform/backend/test/e2e_test_data.py'; then
188
echo "✅ Found e2e_test_data.py in container, running it..."
189
docker compose -f ../docker-compose.yml exec -T rest_server sh -c "cd /app/autogpt_platform && python backend/test/e2e_test_data.py" || {
190
echo "❌ E2E test data creation failed!"
0 commit comments