File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 9696          fail-on-cache-miss : true 
9797      - name : Run Conformance Suite 
9898        working-directory : ./conformance-suite 
99+         env :
100+           COMPOSE_BAKE : true 
99101        run : | 
100102          docker compose -f docker-compose-dev.yml up -d 
101103          while ! curl -skfail https://localhost.emobix.co.uk:8443/api/runner/available >/dev/null; do sleep 2; done 
@@ -115,6 +117,13 @@ jobs:
115117          PLAN_NAME : ${{ matrix.setup.plan }} 
116118          VARIANT : ${{ toJSON(matrix.setup.variant) }} 
117119      - run : node ./conformance/.parse-logs.mjs capture.txt 
120+       - name : Stop Conformance Suite 
121+         working-directory : ./conformance-suite 
122+         env :
123+           COMPOSE_BAKE : true 
124+         run : | 
125+           docker compose -f docker-compose-dev.yml down 
126+           sudo rm -rf mongo 
118127name : Upload test artifacts 
119128        id : artifact-upload-step 
120129        uses : actions/upload-artifact@v4 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments