From 1ee56942fd9f46426e1e0db90f3b7cc00d8e0ba9 Mon Sep 17 00:00:00 2001 From: Shir Moran <101132224+shirmoran@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:50:52 +0200 Subject: [PATCH] enable collector's sanity check (#1606) * enable collector's sanity check * added tmate session for testing * disable tmate session --- .github/workflows/pre-main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index 5b349cb4b..a9f0385f7 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -386,12 +386,12 @@ jobs: run: TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} - name: 'Test: Run Smoke Tests in a TNF container' - run: TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} TNF_ENABLE_DATA_COLLECTION=false ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l "${SMOKE_TESTS_GINKGO_LABELS_FILTER}" + run: TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} TNF_ENABLE_DATA_COLLECTION=true ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l "${SMOKE_TESTS_GINKGO_LABELS_FILTER}" - # - name: Run sanity check on collector - # uses: ./collector/.github/actions/run-sanity-check - # with: - # working_directory: collector + - name: Run sanity check on collector + uses: ./collector/.github/actions/run-sanity-check + with: + working_directory: collector - name: Upload container test results as an artifact uses: actions/upload-artifact@v3