mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-31 19:54:46 +08:00
update
This commit is contained in:
parent
0d27929321
commit
02bdc94f33
4
.github/workflows/template_test.yml
vendored
4
.github/workflows/template_test.yml
vendored
@ -146,8 +146,8 @@ jobs:
|
||||
- name: Run Tests
|
||||
shell: bash
|
||||
run: |
|
||||
TEST_DIRS="${{ inputs.tests }}"
|
||||
TEST_ENVS_JSON="${{ inputs.testEnvs }}"
|
||||
TEST_DIRS='["tests/integration/backend"]'
|
||||
TEST_ENVS_JSON='["FRONTEND_URL=http://frontend:80","BACKEND_URL=http://backend:80","ENVIRONMENT=dev","TESTING=1"]'
|
||||
RESULTS_PATH="${{ inputs.testResultsPath }}"
|
||||
STAGING_DIR="${{ runner.temp }}/test-results" # Use runner temp dir for results
|
||||
mkdir -p "$STAGING_DIR"
|
||||
|
||||
@ -44,7 +44,6 @@ RUN pipenv install --deploy --dev
|
||||
RUN pipenv run pytest tests --disable-warnings
|
||||
|
||||
|
||||
|
||||
# BUILD
|
||||
FROM base AS builder
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user