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 9ca39b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ jobs:

- 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 9ca39b6

Please sign in to comment.