Remove BASE_MODULE from the GHA env vars as we read from the config now
This commit is contained in:
		
							parent
							
								
									9775737e6c
								
							
						
					
					
						commit
						5792ad1d4e
					
				
							
								
								
									
										3
									
								
								.github/workflows/cypress.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/cypress.yml
									
									
									
									
										vendored
									
									
								
							@ -25,7 +25,6 @@ jobs:
 | 
			
		||||
          wait-on-timeout: 120
 | 
			
		||||
          record: true
 | 
			
		||||
          parallel: true
 | 
			
		||||
          env: BASE_MODULE=mempool
 | 
			
		||||
          group: Tests on ${{ matrix.browser }} (Mempool)
 | 
			
		||||
          browser: ${{ matrix.browser }}
 | 
			
		||||
          ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
 | 
			
		||||
@ -46,7 +45,6 @@ jobs:
 | 
			
		||||
          record: true
 | 
			
		||||
          parallel: true
 | 
			
		||||
          spec: cypress/integration/liquid/liquid.spec.ts
 | 
			
		||||
          env: BASE_MODULE=liquid
 | 
			
		||||
          group: Tests on ${{ matrix.browser }} (Liquid)
 | 
			
		||||
          browser: ${{ matrix.browser }}
 | 
			
		||||
          ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
 | 
			
		||||
@ -67,7 +65,6 @@ jobs:
 | 
			
		||||
          record: true
 | 
			
		||||
          parallel: true
 | 
			
		||||
          spec: cypress/integration/bisq/bisq.spec.ts
 | 
			
		||||
          env: BASE_MODULE=bisq
 | 
			
		||||
          group: Tests on ${{ matrix.browser }} (Bisq)
 | 
			
		||||
          browser: ${{ matrix.browser }}
 | 
			
		||||
          ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user