From c23efd104c70fbef77e9c8c9610c7d0c95ff2a6a Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Wed, 24 May 2023 11:07:25 +0100 Subject: [PATCH] ci: Remove foresight Foresight is no longer used --- .github/workflows/nightly.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d8c5925..3226e73 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,10 +25,6 @@ jobs: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - - name: Collect Workflow Telemetry - uses: runforesight/foresight-workflow-kit-action@v1 - if: ${{ always() }} - - name: Check out code uses: actions/checkout@v2 @@ -72,19 +68,6 @@ jobs: run: | pytest -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration - - name: Foresight Test / Coverage Results - uses: runforesight/foresight-test-kit-action@v1 - if: success() || failure() - with: - test_format: JUNIT - test_framework: PYTEST - test_path: ./report/ - tags: | - type:"Nightly" - os:${{ matrix.os }} - python:${{ matrix.python-version }} - language:"Python" - - name: Slack Notify of failure if: failure() id: slack