Commit graph

56 commits

Author SHA1 Message Date
Bastian Schroll a6c3395f39
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-11-17 10:18:08 +01:00
KoenigMjr 2523671f1a
actions/checkout@v3 updated
to v4
2025-07-07 13:28:32 +02:00
KoenigMjr 7695711cb7
autobuild and analyze updated to v3
autobuild and analyze are running v2, but v3 is available.
2025-07-07 13:26:38 +02:00
KoenigMjr c6ed0cd615
neue versionen 2025-06-27 10:31:59 +02:00
KoenigMjr 07932c3b7b
Anstoßen Workflows 2025-06-14 12:58:14 +02:00
KoenigMjr 77086dd4de
Ablösen des gh_pages Branch
NEU:
* permissions-Sektor
* concurrency-Sektor
* setup Pages in jobs - build_docs eingefügt
* Build mkdocs in jobs - build_docs eingefügt
* Upload artifact in jobs - build_docs eingefügt
* Deployment job-Sektor

Entfernt:
* Build_docs strategy
* Setup Python (in Dokumentation nicht gebraucht? <-- bitte kritisch prüfen)
* Python in jobs - build_docs

Geändert:
* Checkout von v2 auf v4
* Install Dependencies zusammengefasst
* bei Doxygen mattnotmitt/doxygen-action@v1 entfernt, Code verschlankt
2025-06-14 12:56:08 +02:00
KoenigMjr 1f7ae72671
Update run_pytest.yml
workflow_dispatch entfernt
2025-06-11 09:38:50 +02:00
KoenigMjr 1a0f981c5c
Update run_pytest.yml
Auskommentieren von workflow_dispatch
2025-06-10 13:18:35 +02:00
KoenigMjr 3680f0a0d7
Aktualisieren von run_pytest.yml
v3.13 hinzugefügt
2025-06-10 12:39:40 +02:00
KoenigMjr 889d00e660
Aktualisieren von run_pytest.yml
v3.8 entfernt
2025-06-10 11:47:28 +02:00
KoenigMjr d2225f899d
Update run_pytest.yml
Save artifacts
name: test-${{ matrix.python-version }}.log

Für jeden Test ein eigenes Logfile - aufgrund Fehler im Test
2025-06-10 07:53:42 +02:00
KoenigMjr 9bcfcf6759
Update run_pytest.yml
actions/upload-artifact@v3

to

actions/upload-artifact@v4
2025-06-10 07:50:03 +02:00
KoenigMjr 2c21884a61
Update run_pytest.yml
+ Pull-Request
2025-06-10 07:45:11 +02:00
KoenigMjr 056de68ce2
Update run_pytest.yml
- Entfernt **Python 3.7** aus der `matrix`, da sie nicht mehr von GitHub Actions bereitgestellt wird (End-of-Life).
- Aktualisiert `actions/checkout` von `v1` auf `v3` (empfohlene aktuelle Version).
- Verwendet `actions/upload-artifact@v3` anstelle von `@master` für stabileren Artifact-Upload.
- Fügt `mkdir -p log/` hinzu, um sicherzustellen, dass das Log-Verzeichnis existiert.
2025-06-10 07:31:43 +02:00
Bastian Schroll b277640046 update codeQL workflow 2022-05-25 06:30:11 +00:00
Bastian Schroll 41d7f7b650
add dev branch
use dev branch as docs source until release
2022-05-24 10:27:23 +02:00
Jan Speller 22d122f096 upgrade to checkout v2, install python via action, add missing files to docs 2022-05-23 23:49:21 +02:00
Jan Speller ed7c754e71 add file to mkdocs gh-deploy 2022-05-23 23:38:40 +02:00
Jan Speller 2c087d1ac6 Add feature/gh-pages branch to documentation-build pipeline for testing, change deployment to gh-pages 2022-05-23 23:36:00 +02:00
Jan Speller aafffaa998 Fix Tests for Python 3.10 2022-05-21 16:52:36 +02:00
Jan Speller 0e864147cb Fix Tests for Python 3.10 2022-05-21 16:51:01 +02:00
Jan Speller 0d09ff202b Fix Tests for Python 3.10 2022-05-21 16:48:32 +02:00
Bastian Schroll 7ecec6940f
Update run_pytest.yml
fix gh-action
2022-02-17 10:07:51 +01:00
Bastian Schroll 01e94856ac
Update run_pytest.yml
drop py3.6, add py3.10 to action
2022-02-17 10:05:07 +01:00
Bastian Schroll 3050ad3121
Create codeql-analysis.yml 2021-02-03 07:46:50 +01:00
Bastian Schroll a44f10bdf0
Create FUNDING.yml 2021-02-02 17:47:07 +01:00
Schrolli91 a8858eda40
drop py 3.5 test 2021-01-08 22:00:53 +01:00
Jan Speller ae2dfc9954
Add Python 3.9 to pytest ci stage 2021-01-07 11:53:17 +01:00
Bastian Schroll 7478597b87
Merge branch 'develop' into build_docs 2020-04-18 15:29:34 +02:00
Bastian Schroll 1680490ca1
Update .github/workflows/build_docs.yml
Co-Authored-By: Jan Speller <j-speller@outlook.com>
2020-04-18 15:18:30 +02:00
Schrolli91 af2fa094a0
remove max parallel 2020-04-17 23:40:43 +02:00
Schrolli91 85b7cb3468
add py 3.8 for tests 2020-04-17 23:38:14 +02:00
Schrolli91 72c795562b
add strip_components 2020-04-17 23:26:09 +02:00
Schrolli91 4170e31355
update workflow 2020-04-17 23:17:27 +02:00
Bastian Schroll 985820540d
add SCP upload 2020-04-17 10:13:24 +02:00
Bastian Schroll 2767b6f603
fix mkdocs call 2020-04-17 09:58:17 +02:00
Bastian Schroll 195215ac46
add missing run 2020-04-17 09:56:31 +02:00
Bastian Schroll 61a61d1f25
basic test 2020-04-17 09:55:40 +02:00
Bastian Schroll 79b66a8668
add basic docs build workflow 2020-04-17 09:44:00 +02:00
Bastian Schroll 61312b76de
run pytest also on PRs 2020-04-11 15:11:18 +02:00
Bastian Schroll facd7be644
Delete docs.yml 2019-10-26 15:46:23 +02:00
Bastian Schroll 37f6a5f3be
Update docs.yml 2019-10-26 15:39:33 +02:00
Bastian Schroll 33cc717a22
Merge branch 'develop' into docs_test 2019-10-26 15:19:13 +02:00
Bastian Schroll 2c6973c122
Autobuild Docs 2019-10-26 15:18:41 +02:00
Bastian Schroll bf3914a693
safe test artifacts 2019-10-23 09:35:24 +02:00
Bastian Schroll 48a219619c
Update run_pytest.yml 2019-09-22 17:50:10 +02:00
Bastian Schroll 68f724b031
Update run_pytest.yml 2019-09-22 17:41:22 +02:00
Bastian Schroll 012a1dceb4
Update run_pytest.yml 2019-09-22 17:39:39 +02:00
Bastian Schroll 23b19c0e0f
Update run_pytest.yml 2019-09-22 14:34:35 +02:00
Bastian Schroll 6b4fc6df7c
Update run_pytest.yml 2019-09-22 14:31:46 +02:00