Skip to content

Commit 391bcbe

Browse files
committed
upload result artifact
1 parent 7a9aa6b commit 391bcbe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,12 @@ jobs:
381381
http://localhost:8081/api/v3.0 \
382382
https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 \
383383
--output html > result.html
384-
- name: Show test results
384+
- name: Upload test results as artifact
385385
if: always()
386-
run: |
387-
cat result.html
386+
uses: actions/upload-artifact@v4
387+
with:
388+
name: aas-test-results
389+
path: result.html
388390
- name: Stop and remove the container
389391
if: always()
390392
run: |

0 commit comments

Comments
 (0)