Füge Sparse-Checkout für den Web-Workflow hinzu und ignoriere JVM Heap-Dumps
This commit is contained in:
@@ -16,6 +16,13 @@ jobs:
|
|||||||
# Der Analyse-Workflow benötigt keine Historie. Ein flacher Checkout
|
# Der Analyse-Workflow benötigt keine Historie. Ein flacher Checkout
|
||||||
# verhindert, dass der Runner das große Repository-Pack vollständig lädt.
|
# verhindert, dass der Runner das große Repository-Pack vollständig lädt.
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
# Der Web-Workflow braucht keine Android-Artefakte. Insbesondere liegt
|
||||||
|
# dort ein großer Heap-Dump im aktuellen Commit, der auch bei einem
|
||||||
|
# flachen Checkout übertragen würde und den Runner-Checkout abbricht.
|
||||||
|
sparse-checkout: |
|
||||||
|
/*
|
||||||
|
!/android-app/
|
||||||
|
sparse-checkout-cone-mode: false
|
||||||
|
|
||||||
- name: Ensure clean workspace
|
- name: Ensure clean workspace
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -94,6 +94,8 @@ dist
|
|||||||
/android-app/**/build/
|
/android-app/**/build/
|
||||||
/android-app/local.properties
|
/android-app/local.properties
|
||||||
/android-app/gradle-local.properties
|
/android-app/gradle-local.properties
|
||||||
|
# JVM Heap-Dumps sind lokale Diagnoseartefakte und dürfen nie ins Repository.
|
||||||
|
*.hprof
|
||||||
|
|
||||||
# Build output (but keep production data!)
|
# Build output (but keep production data!)
|
||||||
.output
|
.output
|
||||||
|
|||||||
Reference in New Issue
Block a user