[mod] workflow
This commit is contained in:
		
							parent
							
								
									318a6131a3
								
							
						
					
					
						commit
						a4f1d777cf
					
				
					 1 changed files with 1 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -11,22 +11,11 @@ on:
 | 
			
		|||
  
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on:  ghcr.io/quodatum/basexhttp:basex-10.7
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Checkout repository
 | 
			
		||||
      uses: actions/checkout@v2
 | 
			
		||||
 | 
			
		||||
    - name: Set up Java
 | 
			
		||||
      uses: actions/setup-java@v2
 | 
			
		||||
      with:
 | 
			
		||||
        java-version: '11'
 | 
			
		||||
        distribution: 'temurin'
 | 
			
		||||
 | 
			
		||||
    - name: Install BaseX
 | 
			
		||||
      run: |
 | 
			
		||||
        wget http://files.basex.org/releases/10.7/BaseX107.zip
 | 
			
		||||
        unzip BaseX107.zip 
 | 
			
		||||
 | 
			
		||||
    - name: Run BaseX Tests
 | 
			
		||||
      run:  'basex/bin/basex -t .'
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue