Skip to content

Commit 3c1ce68

Browse files
committed
adding testing workflows
1 parent 7826b98 commit 3c1ce68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: |
2323
pip install pydantic
2424
CONFIG_JSON=$(python3 ${GITHUB_WORKSPACE}/utils/matrix-logic/generate_sweep_configs.py \
25+
${{ inputs.generate-cli-command }} \
2526
--runner-config .github/configs/runners.yaml \
26-
--config-files .github/configs/nvidia-master.yaml .github/configs/amd-master.yaml \
27-
${{ inputs.generate-cli-command }})
27+
--config-files .github/configs/nvidia-master.yaml .github/configs/amd-master.yaml)
2828
echo "search-space-config=$CONFIG_JSON" >> $GITHUB_OUTPUT
2929
3030
test:

0 commit comments

Comments
 (0)