Skip to content

Commit

Permalink
rename to discovery integration test as thats all it checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 20, 2024
1 parent b9a2c0f commit bf7aa51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run tests
run: python3 -m exo.inference.test_inference_engine

integration_test:
discovery_integration_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install .
- name: Run integration test
- name: Run discovery integration test
run: |
# Start first instance
DEBUG_DISCOVERY=9 DEBUG=9 python3 main.py --listen-port 5678 --broadcast-port 5679 --chatgpt-api-port 8000 > output1.log 2>&1 &
Expand Down

0 comments on commit bf7aa51

Please sign in to comment.