-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into feature/356/task-fr…
…om-builder
- Loading branch information
Showing
221 changed files
with
5,372 additions
and
50,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: ci | ||
|
||
on: [pull_request] | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
|
||
|
@@ -79,29 +79,17 @@ jobs: | |
playwright install | ||
pip list | ||
- name: Install system dependencies | ||
run: sudo apt update && sudo apt install --no-install-recommends graphviz | ||
|
||
- name: Create AiiDA profile | ||
run: verdi setup -n --config .github/config/profile.yaml | ||
|
||
- name: Install Dependencies for widget | ||
working-directory: aiida_workgraph/widget | ||
run: | | ||
npm install | ||
npm run build | ||
- name: Install Dependencies, Start React Application | ||
working-directory: aiida_workgraph/web/frontend | ||
run: | | ||
npm install | ||
npm run build | ||
- name: Run pytest | ||
env: | ||
AIIDA_WARN_v3: 1 | ||
run: | | ||
# Have to split tests into see issue #225 | ||
pytest -m "not frontend and not backend" -v --cov --durations=0 | ||
pytest -m backend -v --cov-append --durations=0 | ||
pytest -m frontend -v --cov-append --durations=0 | ||
pytest -v --cov --durations=0 | ||
- name: Upload coverage reports to Codecov | ||
uses: codecov/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,4 +135,5 @@ dmypy.json | |
tests/work | ||
/tests/**/*.png | ||
/tests/**/*txt | ||
/tests/**/*html | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.