From eefc54ebceca126ec71ccaeccb7b9dbc1828c06d Mon Sep 17 00:00:00 2001 From: Artur Akmalov Date: Wed, 26 Jul 2023 14:35:55 +0500 Subject: [PATCH] deploy docker job test --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 752618b..440f591 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,7 @@ jobs: publish_dir: ./build algolia: + needs: deploy name: Algolia updates runs-on: ubuntu-latest env: @@ -48,4 +49,4 @@ jobs: - name: Run Docker image run: | - echo "Running algolia docker image" \ No newline at end of file + docker run hello-world:latest \ No newline at end of file