test: add integration tests on CodeExecutor with the sandbox service (#4015)
This commit is contained in:
parent
b1399cd5f9
commit
44857702ae
7 changed files with 61 additions and 1 deletions
8
.github/workflows/api-tests.yml
vendored
8
.github/workflows/api-tests.yml
vendored
|
|
@ -39,6 +39,14 @@ jobs:
|
|||
- name: Run Tool
|
||||
run: dev/pytest/pytest_tools.sh
|
||||
|
||||
- name: Set up Sandbox
|
||||
uses: hoverkraft-tech/compose-action@v2.0.0
|
||||
with:
|
||||
compose-file: |
|
||||
docker/docker-compose.middleware.yaml
|
||||
services: |
|
||||
sandbox
|
||||
|
||||
- name: Run Workflow
|
||||
run: dev/pytest/pytest_workflow.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue