From 715d9c046fe90500b274d26ab05bc5ca1ee9c452 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Fri, 26 Jul 2024 14:49:39 -0700 Subject: [PATCH] disable GH-based smoke tests --- .github/workflows/python-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 4c2464b9f2..319c430e11 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -108,18 +108,18 @@ jobs: run: | poetry run poe test_integration - - name: Smoke Test - if: steps.changes.outputs.python == 'true' - run: | - poetry run poe test_smoke - - - uses: actions/upload-artifact@v4 - if: always() - with: - name: smoke-test-artifacts-${{ matrix.python-version }}-${{ matrix.poetry-version }}-${{ runner.os }} - path: tests/fixtures/*/output - - - name: E2E Test - if: steps.changes.outputs.python == 'true' - run: | - ./scripts/e2e-test.sh + # - name: Smoke Test + # if: steps.changes.outputs.python == 'true' + # run: | + # poetry run poe test_smoke + + # - uses: actions/upload-artifact@v4 + # if: always() + # with: + # name: smoke-test-artifacts-${{ matrix.python-version }}-${{ matrix.poetry-version }}-${{ runner.os }} + # path: tests/fixtures/*/output + + # - name: E2E Test + # if: steps.changes.outputs.python == 'true' + # run: | + # ./scripts/e2e-test.sh