Browse Source

rename to discovery integration test as thats all it checks

Alex Cheema 1 year ago
parent
commit
bf7aa51ba1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

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