From bfa00932cc05523a57f70bcae134b8b652deb969 Mon Sep 17 00:00:00 2001 From: Boxuan Li Date: Thu, 20 Jun 2024 19:39:11 -0700 Subject: [PATCH] Enable test_agnostic_sandbox_jupyter_agentskills_fileop_pwd in CI (#2534) * Enable test_agnostic_sandbox_jupyter_agentskills_fileop_pwd in CI * Fix env variable value --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 56e820b192..3ff01482f1 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -115,7 +115,7 @@ jobs: # Print the full name of the image echo "Loaded Docker image: $image_name" - SANDBOX_CONTAINER_IMAGE=$image_name poetry run pytest --cov=agenthub --cov=opendevin --cov-report=xml -s ./tests/unit/test_sandbox.py + SANDBOX_CONTAINER_IMAGE=$image_name TEST_IN_CI=true poetry run pytest --cov=agenthub --cov=opendevin --cov-report=xml -s ./tests/unit/test_sandbox.py - name: Upload coverage to Codecov uses: codecov/codecov-action@v4