Skip to content

Commit

Permalink
reverted to original setup (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Mar 1, 2021
1 parent 4577c93 commit 1cbaa62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ on:
# branches:
# - master
schedule:
# - cron: '0 0 * * *' # nightly
- cron: '0 */3 * * *' # every 3 hours
- cron: '0 0 * * *' # nightly

jobs:
linux:
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
- shell: bash -l {0}
run: pip install -e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
- shell: bash -l {0}
run: pytest -n 1 -m "not installation" 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/test_report.txt
run: pytest -n 2 -m "not installation" 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/test_report.txt
- name: Upload artifacts
if: ${{ always() }} # upload artifacts even if fail
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
- shell: bash -l {0}
run: pip install -e .[develop] --use-feature=2020-resolver 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/install.txt
- shell: bash -l {0}
run: pytest -n 1 -m "not installation" 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/test_report.txt
run: pytest -n 2 -m "not installation" 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/test_report.txt
- name: Upload artifacts
if: ${{ always() }} # upload artifacts even if fail
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1cbaa62

Please sign in to comment.