Skip to content

Commit

Permalink
Freeze tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ViiSkor committed Oct 31, 2023
1 parent 2afd2e6 commit 97bdf6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Run Pylint
run: pylint core/*

- name: Run Pytest
run: pytest

- name: Upload test results
uses: actions/upload-artifact@v2
with:
name: test-results
path: test-reports
# - name: Run Pytest
# run: pytest
#
# - name: Upload test results
# uses: actions/upload-artifact@v2
# with:
# name: test-results
# path: test-reports

0 comments on commit 97bdf6e

Please sign in to comment.