diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index db7dc76c8..340dce43e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,7 +5,11 @@ on: jobs: build: runs-on: ubuntu-latest - + services: + registry: + image: registry:latest + ports: + - 5000:5000 steps: - name: Checkout repository uses: actions/checkout@master