mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	split integration tests
This commit is contained in:
		
							parent
							
								
									25027fcba8
								
							
						
					
					
						commit
						620ec2551a
					
				
					 1 changed files with 12 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -10,14 +10,22 @@ jobs:
 | 
			
		|||
          user: testuser
 | 
			
		||||
          password: admin1234
 | 
			
		||||
          image-version: 1.19
 | 
			
		||||
      - name: 001
 | 
			
		||||
 | 
			
		||||
      - name: 001uploadaction
 | 
			
		||||
        run: |
 | 
			
		||||
          set -ex
 | 
			
		||||
          export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
 | 
			
		||||
          forgejo-test-helper.sh push_self_action http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser forgejo-release vTest
 | 
			
		||||
 | 
			
		||||
      - name: 002upload-download
 | 
			
		||||
        run: |
 | 
			
		||||
          export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
 | 
			
		||||
          forgejo-test-helper.sh run_workflow testdata/upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser upload-download forgejo-release "${{ steps.forgejo.outputs.token }}"
 | 
			
		||||
 | 
			
		||||
      - name: 003nestedupload-download
 | 
			
		||||
        run: |
 | 
			
		||||
          export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
 | 
			
		||||
          forgejo-test-helper.sh run_workflow testdata/nested-upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser nested-upload-download forgejo-release "${{ steps.forgejo.outputs.token }}"
 | 
			
		||||
      - name: 002
 | 
			
		||||
 | 
			
		||||
      - name: 004selftest
 | 
			
		||||
        run: |
 | 
			
		||||
          set -ex
 | 
			
		||||
          export FORGEJO="${{ steps.forgejo.outputs.url }}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue