Skip to content

Commit

Permalink
directly run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 15, 2025
1 parent 566d863 commit c103b03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@ jobs:
- name: Setup environment
run: .github/workflows/setup.sh

- name: Run test suite
- name: Run pytest nigthly tests
id: pytest-tests
run: source .venv/bin/activate && .github/workflows/tests_nightly.sh
env:
AIIDA_TEST_PROFILE: test_aiida
AIIDA_WARN_v3: 1
run: |
pytest --db-backend psql -m nightly tests/
- name: Run daemon nightly tests
id: daemon-tests
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/tests_nightly.sh

This file was deleted.

0 comments on commit c103b03

Please sign in to comment.