Skip to content

Commit 84754d0

Browse files
committed
.github/workflows/ci.yml: Adjust aas_test_enginges command
Fix typo, add all required params
1 parent 5ebb1c7 commit 84754d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
sleep 5 # Give the server time to start
9696
- name: Run aas-test-engines
9797
run: |
98-
aas-test-engines --server http://127.0.0.1:8080
98+
aas_test_engines check-server http://127.0.0.1:8080 https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002
9999
- name: Stop server
100100
if: ${{ always() }}
101101
run: |

0 commit comments

Comments
 (0)