mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-07 07:43:25 +08:00
update
This commit is contained in:
parent
5e64e37111
commit
0bf8cfae0a
4
.github/workflows/template_test.yml
vendored
4
.github/workflows/template_test.yml
vendored
@ -146,8 +146,8 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
TEST_DIRS=$(echo '${{ inputs.tests }}' | jq -c)
|
TEST_DIRS=$(echo '${{ inputs.tests }}' | jq)
|
||||||
TEST_ENVS_JSON=$(echo '${{ inputs.testEnvs }}' | jq -c)
|
TEST_ENVS_JSON=$(echo '${{ inputs.testEnvs }}' | jq)
|
||||||
RESULTS_PATH="${{ inputs.testResultsPath }}"
|
RESULTS_PATH="${{ inputs.testResultsPath }}"
|
||||||
STAGING_DIR="${{ runner.temp }}/test-results" # Use runner temp dir for results
|
STAGING_DIR="${{ runner.temp }}/test-results" # Use runner temp dir for results
|
||||||
mkdir -p "$STAGING_DIR"
|
mkdir -p "$STAGING_DIR"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user