From e0bdc3e82f3b275dcc191a7d8142743c30457a1d Mon Sep 17 00:00:00 2001 From: amimas Date: Sat, 6 Jun 2026 16:17:22 -0400 Subject: [PATCH] ci: fix workflow syntax due to secrets checking --- .github/workflows/tests-acceptance.yml | 2 -- .github/workflows/tests.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/tests-acceptance.yml b/.github/workflows/tests-acceptance.yml index c2edc4067..924fa4ad1 100644 --- a/.github/workflows/tests-acceptance.yml +++ b/.github/workflows/tests-acceptance.yml @@ -45,7 +45,6 @@ jobs: - name: Run Standard acceptance tests for ${{ matrix.flavor }} flavor run: uv run --no-sync qa test tests/acceptance/standard --cov=. --cov-report=xml --durations=0 --reruns 3 --reruns-delay 10 --log-cli-level=WARNING - name: Upload coverage - if: ${{ secrets.CODECOV_TOKEN != '' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v3 @@ -81,7 +80,6 @@ jobs: - name: Run acceptance Tests for ${{ matrix.tier }} features run: uv run --no-sync qa test tests/acceptance/${{ matrix.tier }} --cov=. --cov-report=xml --durations=0 --reruns 3 --reruns-delay 10 --log-cli-level=WARNING - name: Upload coverage - if: ${{ secrets.CODECOV_TOKEN != '' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2f5fe101..625612280 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,6 @@ jobs: - name: Run unit tests run: uv run --no-sync qa test tests/unit --cov=. --cov-report=xml --log-cli-level=WARNING - name: Upload coverage to Codecov - if: ${{ secrets.CODECOV_TOKEN != '' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v3