Skip to content

Commit

Permalink
chore: rename 'basic-workflow-tests' to 'e2e-custom'
Browse files Browse the repository at this point in the history
the test file name is changing in the CLI repo
ergo it must be changed here as well

Signed-off-by: Nathan Weinberg <[email protected]>
  • Loading branch information
nathan-weinberg committed Oct 14, 2024
1 parent 366814b commit c40e15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-a10g-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: |
. venv/bin/activate
cd instructlab
SKIP_TRAIN=1 ./scripts/basic-workflow-tests.sh -mFM
SKIP_TRAIN=1 ./scripts/e2e-custom.sh -mFM
- name: Add comment to PR if the workflow failed
if: failure() && steps.check_pr.outputs.is_pr == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,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
Expand Down

0 comments on commit c40e15b

Please sign in to comment.