Skip to content

Commit 485ad5b

Browse files
author
paulus
committed
Removed upload artifact.
1 parent 7db3595 commit 485ad5b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@ jobs:
206206
kubectl get pods
207207
exit 1;
208208
fi
209-
- name: Upload error logs
210-
uses: actions/upload-artifact@v4
211-
with:
212-
name: kube_error_logs
213-
path: ./*.log
214-
if-no-files-found: ignore
215-
overwrite: true
216209
- name: Run maven cucumber reporting
217210
run: mvn -f charts/gxf-cucumber-tests/pom.xml verify
218211
- name: Annotate cucumber report to github action

0 commit comments

Comments
 (0)