Skip to content

add test_llm_d_inference_sim end-to-end testing #4

add test_llm_d_inference_sim end-to-end testing

add test_llm_d_inference_sim end-to-end testing #4

name: E2E Test on change
on:
push:
pull_request:
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: |
nix develop -c pdm sync -d
- name: Run end-to-end tests
run: |
nix develop -c pdm run test:e2e