Skip to content

Commit

Permalink
Disable a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 14, 2023
1 parent 201ec54 commit a7bf2d5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pr_fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jobs:
run: |
python -m pytest -n 4 --max-worker-restart=0 \
-s -v -k "No GPU" \
--make-reports=tests_${{ matrix.config.report }} \
# --make-reports=tests_${{ matrix.config.report }} \
tests

- name: Failure short reports
if: ${{ failure() }}
run: cat reports/tests_${{ matrix.config.report }}_failures_short.txt

- name: Test suite reports artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: pr_${{ matrix.config.report }}_test_reports
path: reports
# - name: Failure short reports
# if: ${{ failure() }}
# run: cat reports/tests_${{ matrix.config.report }}_failures_short.txt
#
# - name: Test suite reports artifacts
# if: ${{ always() }}
# uses: actions/upload-artifact@v3
# with:
# name: pr_${{ matrix.config.report }}_test_reports
# path: reports

0 comments on commit a7bf2d5

Please sign in to comment.