We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9aa6b commit 391bcbeCopy full SHA for 391bcbe
.github/workflows/ci.yml
@@ -381,10 +381,12 @@ jobs:
381
http://localhost:8081/api/v3.0 \
382
https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 \
383
--output html > result.html
384
- - name: Show test results
+ - name: Upload test results as artifact
385
if: always()
386
- run: |
387
- cat result.html
+ uses: actions/upload-artifact@v4
+ with:
388
+ name: aas-test-results
389
+ path: result.html
390
- name: Stop and remove the container
391
392
run: |
0 commit comments