From cbafd57d1507b616ed8e687a1548a3e167436cc9 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Thu, 21 Mar 2024 16:51:20 +0100 Subject: [PATCH] refactor --- .github/workflows/check-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-image.yml b/.github/workflows/check-image.yml index 44763c7..71a8e44 100644 --- a/.github/workflows/check-image.yml +++ b/.github/workflows/check-image.yml @@ -8,6 +8,8 @@ jobs: steps: - name: Checkout repo content uses: actions/checkout@v2 + - name: run tests + run: ./scripts/ci/run_tests.sh - name: ooil version uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10 with: @@ -16,8 +18,6 @@ jobs: uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10 with: args: ooil compose - - name: Run local tests - run: ./scripts/ci/run_tests.sh - name: Build all images if multiple uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10 with: