mirror of
				https://github.com/aleleba/create-react-ssr.git
				synced 2025-10-30 05:30:35 -06:00 
			
		
		
		
	PR-579798: trying to fix Cypress component testing.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/npm-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/npm-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -39,6 +39,7 @@ jobs: | |||||||
|         uses: cypress-io/github-action@v5 # use the explicit version number |         uses: cypress-io/github-action@v5 # use the explicit version number | ||||||
|         with: |         with: | ||||||
|           component: true |           component: true | ||||||
|  |           runTests: false | ||||||
|   publish-npm: |   publish-npm: | ||||||
|     needs: [ test, cypress-run, cypress-run-component ] |     needs: [ test, cypress-run, cypress-run-component ] | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/npm-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/npm-test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -45,6 +45,7 @@ jobs: | |||||||
|         uses: cypress-io/github-action@v5 # use the explicit version number |         uses: cypress-io/github-action@v5 # use the explicit version number | ||||||
|         with: |         with: | ||||||
|           component: true |           component: true | ||||||
|  |           runTests: false | ||||||
|   test-build-package: |   test-build-package: | ||||||
|     needs: [ test, cypress-run, cypress-run-component ] |     needs: [ test, cypress-run, cypress-run-component ] | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user