From b7388969f8c4bccc6d9e8104f2389935523f92f2 Mon Sep 17 00:00:00 2001 From: wind57 Date: Fri, 22 Sep 2023 14:56:22 +0300 Subject: [PATCH] test --- .../composites/pre-test-actions/action.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/composites/pre-test-actions/action.yaml b/.github/workflows/composites/pre-test-actions/action.yaml index d2bb6b96b9..c606683971 100644 --- a/.github/workflows/composites/pre-test-actions/action.yaml +++ b/.github/workflows/composites/pre-test-actions/action.yaml @@ -25,14 +25,14 @@ runs: - name: build controllers project uses: ./.github/workflows/composites/build-controllers-project - - name: build integration tests project - uses: ./.github/workflows/composites/build-integration-tests-project - - - name: download tests - uses: actions/download-artifact@v3 - with: - name: tests.txt - path: /tmp +# - name: build integration tests project +# uses: ./.github/workflows/composites/build-integration-tests-project +# +# - name: download tests +# uses: actions/download-artifact@v3 +# with: +# name: tests.txt +# path: /tmp