From 0a862f9dc52d4ed807ae9c5feaa5e4f68a9d98f3 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Mon, 14 Oct 2024 13:21:59 -0400 Subject: [PATCH] chore: rename 'basic-workflow-tests' to 'e2e-custom' the test file name is changing in the CLI repo ergo it must be changed here as well Signed-off-by: Nathan Weinberg --- .github/workflows/e2e-nvidia-t4-x1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-nvidia-t4-x1.yml b/.github/workflows/e2e-nvidia-t4-x1.yml index d8e4f48b..bef5be65 100644 --- a/.github/workflows/e2e-nvidia-t4-x1.yml +++ b/.github/workflows/e2e-nvidia-t4-x1.yml @@ -142,7 +142,7 @@ jobs: working-directory: ./instructlab run: | . venv/bin/activate - ./scripts/basic-workflow-tests.sh -msq + ./scripts/e2e-custom.sh -msq stop-runner: name: Stop external EC2 runner