From d6ef606d302fd18d12c59a56cf0dc38c673b0684 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Wed, 22 Apr 2026 21:24:02 +0200 Subject: [PATCH] remove the delete hidden file step --- .github/workflows/test_common.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index c0b79d6a3..7bdbce530 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - shard: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17] + shard: [2] # total number of shards =18 means tests will split into 18 thread and run in parallel to increase execution speed # command for sharding : # pytest --shard-id= --num-shards= @@ -255,11 +255,6 @@ jobs: keep_reports: 5 report_url: https://logos-messaging.github.io/logos-delivery-interop-tests/${{ env.CALLER }} - - name: Ensure hidden file exists in allure-history - if: always() - run: | - touch allure-history/.nojekyll - - name: Verify generated report content if: always() run: |