We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aedf4 commit f4e04beCopy full SHA for f4e04be
.ci_support/aiida.py renamed to .ci_support/test_aiida.py
.ci_support/jobflow.py renamed to .ci_support/test_jobflow.py
.ci_support/pyiron.py renamed to .ci_support/test_pyiron.py
.github/workflows/pipeline.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: Tests
27
shell: bash -l {0}
28
run: |
29
- cp .ci_support/aiida.py .
30
- python aiida.py
+ cp .ci_support/test_aiida.py .
+ python test_aiida.py
31
32
jobflow:
33
runs-on: ubuntu-latest
@@ -47,8 +47,8 @@ jobs:
47
48
49
50
- cp .ci_support/jobflow.py .
51
- python jobflow.py
+ cp .ci_support/test_jobflow.py .
+ python test_jobflow.py
52
53
pyiron:
54
@@ -68,5 +68,5 @@ jobs:
68
69
70
71
- cp .ci_support/pyiron.py .
72
- python pyiron.py
+ cp .ci_support/test_pyiron.py .
+ python test_pyiron.py
0 commit comments