From e174b768a323a4c93dbbbf5714ed8246d636c1d0 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 18 Dec 2024 16:34:53 +0100 Subject: [PATCH] add env --- .github/workflows/nfr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 78b6eafee9..08099fad1f 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -140,6 +140,7 @@ jobs: - name: Run Tests working-directory: ./tests run: | + env if ${{ needs.vars.outputs.test_label != 'all' }}; then sed -i '/^GINKGO_LABEL=/s/=.*/="${{ needs.vars.outputs.test_label }}"/' "scripts/vars.env" && make nfr-test CI=true; else