forked from Ruderverein-Donau-Linz/rowt
		
	test
This commit is contained in:
		@@ -11,11 +11,9 @@ env:
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    - name: Pull Latest CI Image
 | 
			
		||||
        run: docker pull git.hofer.link/philipp/ci-images:rust-latest
 | 
			
		||||
    container: 
 | 
			
		||||
      image: git.hofer.link/philipp/ci-images:rust-latest
 | 
			
		||||
      options: --pull always
 | 
			
		||||
      pull: true
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
    - name: Run Test DB Script
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user