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