From 758d675f7d6964668b865c18323a717e40b5610e Mon Sep 17 00:00:00 2001 From: Yossi Tamari Date: Mon, 21 Oct 2024 15:33:32 -0700 Subject: [PATCH] attempt to fix integration tests --- .github/workflows/integration-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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