Skip to content

Commit 28aff0b

Browse files
committed
.github/workflows/ci.yml: Fix typo
1 parent 84754d0 commit 28aff0b

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 check-server http://127.0.0.1:8080 https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002
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)