Fix CI tests #1
@ -43,14 +43,13 @@ jobs:
 | 
				
			|||||||
          repository: cerc-io/system-tests
 | 
					          repository: cerc-io/system-tests
 | 
				
			||||||
          ref: ${{ env.SYSTEM_TESTS_REF }}
 | 
					          ref: ${{ env.SYSTEM_TESTS_REF }}
 | 
				
			||||||
          path: ./system-tests
 | 
					          path: ./system-tests
 | 
				
			||||||
 | 
					          token: ${{ secrets.CICD_REPO_TOKEN }}
 | 
				
			||||||
      - name: "Install pytest"
 | 
					      - name: "Install pytest"
 | 
				
			||||||
        working-directory: ./system-tests
 | 
					        working-directory: ./system-tests
 | 
				
			||||||
        run: pip3 install pytest
 | 
					        run: pip3 install pytest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: "Run fixturenet stack"
 | 
					      - name: "Run fixturenet stack"
 | 
				
			||||||
        run: ./scripts/integration-setup.sh
 | 
					        run: ./scripts/integration-setup.sh
 | 
				
			||||||
        env:
 | 
					 | 
				
			||||||
          SKIP_BUILD: 1
 | 
					 | 
				
			||||||
      - name: "Run server"
 | 
					      - name: "Run server"
 | 
				
			||||||
        run: docker compose -f test/compose.yml up --wait --quiet-pull
 | 
					        run: docker compose -f test/compose.yml up --wait --quiet-pull
 | 
				
			||||||
      - name: "Run tests"
 | 
					      - name: "Run tests"
 | 
				
			||||||
 | 
				
			|||||||
@ -20,8 +20,6 @@ set -x
 | 
				
			|||||||
if [[ -z $SKIP_BUILD ]]; then
 | 
					if [[ -z $SKIP_BUILD ]]; then
 | 
				
			||||||
  $laconic_so setup-repositories
 | 
					  $laconic_so setup-repositories
 | 
				
			||||||
  $laconic_so build-containers
 | 
					  $laconic_so build-containers
 | 
				
			||||||
else
 | 
					 | 
				
			||||||
  $laconic_so fetch-containers --image-registry gitea.local:5555
 | 
					 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$laconic_so deploy \
 | 
					$laconic_so deploy \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user