We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebb1c7 commit 84754d0Copy full SHA for 84754d0
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
sleep 5 # Give the server time to start
96
- name: Run aas-test-engines
97
run: |
98
- aas-test-engines --server http://127.0.0.1:8080
+ aas_test_engines check-server http://127.0.0.1:8080 https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002
99
- name: Stop server
100
if: ${{ always() }}
101
0 commit comments