mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	devops: build firefox on self-hosted ubuntu 18.04 runner (#4478)
This commit is contained in:
		
							parent
							
								
									cb1f2a38f3
								
							
						
					
					
						commit
						33a168e5cf
					
				
							
								
								
									
										27
									
								
								.github/workflows/build_firefox.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/build_firefox.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,27 @@
 | 
			
		||||
name: build firefox
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
    paths:
 | 
			
		||||
      - '.github/workflows/build_firefox.yml'
 | 
			
		||||
      - 'browser_patches/firefox/BUILD_NUMBER'
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  AZ_ACCOUNT_KEY: ${{ secrets.AZ_ACCOUNT_KEY }}
 | 
			
		||||
  AZ_ACCOUNT_NAME: ${{ secrets.AZ_ACCOUNT_NAME }}
 | 
			
		||||
  TELEGRAM_BOT_KEY: ${{ secrets.TELEGRAM_BOT_KEY }}
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  ubuntu_18_04:
 | 
			
		||||
    name: Ubuntu 18.04
 | 
			
		||||
    runs-on: [self-hosted, ubuntu-18.04]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - uses: actions/setup-node@v1
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 14
 | 
			
		||||
    - uses: microsoft/playwright-github-action@v1
 | 
			
		||||
    - run: ./browser_patches/checkout_build_archive_upload.sh firefox-ubuntu-18.04
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user