CI - fix e2e tests with packaged version
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							@@ -175,7 +175,7 @@ jobs:
 | 
				
			|||||||
      - name: Run migrations
 | 
					      - name: Run migrations
 | 
				
			||||||
        run: ftcli db upgrade
 | 
					        run: ftcli db upgrade
 | 
				
			||||||
      - name: Install pytest and selenium
 | 
					      - name: Install pytest and selenium
 | 
				
			||||||
        run: python3 -m pip install pytest==7.4.0 pytest-selenium==4.0.1 selenium==4.9.0
 | 
					        run: python3 -m pip install pytest==7.4.0 pytest-selenium==4.0.1 selenium==4.9.0 pytest-html==3.2.0
 | 
				
			||||||
      - name: Start application and run tests with Selenium
 | 
					      - name: Start application and run tests with Selenium
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          setsid nohup fittrackee >> nohup.out 2>&1 &
 | 
					          setsid nohup fittrackee >> nohup.out 2>&1 &
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user