Add gitea action for rspec
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Run Test Suite / Run-Test-Suite (push) Failing after 13s
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Run Test Suite / Run-Test-Suite (push) Failing after 13s
				This commit is contained in:
		
							
								
								
									
										16
									
								
								.gitea/workflows/run-test-suite.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.gitea/workflows/run-test-suite.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
name: Run Test Suite
 | 
			
		||||
run-name: ${{ github.actor }} is running the test suite
 | 
			
		||||
on: [push]
 | 
			
		||||
jobs:
 | 
			
		||||
  Run-Test-Suite:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Set up Ruby
 | 
			
		||||
        uses: ruby/setup-ruby@v1
 | 
			
		||||
        with:
 | 
			
		||||
          ruby-version: 3.2.2
 | 
			
		||||
          bundler-cache: true
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: |
 | 
			
		||||
          bundle exec rspec
 | 
			
		||||
		Reference in New Issue
	
	Block a user