Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down