Skip to content

Commit 7a9aa6b

Browse files
committed
correct test data
1 parent c6fa634 commit 7a9aa6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ jobs:
357357
- name: Prepare test data
358358
run: |
359359
mkdir -p input
360-
wget -O input/TestDataWithThumbnail.aasx \
361-
https://raw.githubusercontent.com/admin-shell-io/aas-test-engines/main/bin/check_servers/test_data/TestDataWithThumbnail.aasx
360+
curl -L -o input/TestDataWithThumbnail.aasx \
361+
https://media.githubusercontent.com/media/admin-shell-io/aas-test-engines/main/bin/check_servers/test_data/TestDataWithThumbnail.aasx
362362
- name: Build the Docker image
363363
run: |
364364
docker build -t basyx-python-server -f Dockerfile ..

0 commit comments

Comments
 (0)