Skip to content

Commit c5b24ed

Browse files
committed
fix test data preparation
1 parent a2b9b2e commit c5b24ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ jobs:
356356
pip install aas-test-engines
357357
- name: Prepare test data
358358
run: |
359-
mkdir -p input
360-
PKG_DIR=$(python -c "import os, aas_test_engines; print(os.path.dirname(aas_test_engines.__file__))")
361-
cp "$PKG_DIR/bin/check_servers/test_data/TestDataWithThumbnail.aasx" input/
359+
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
362362
- name: Build the Docker image
363363
run: |
364364
docker build -t basyx-python-server -f Dockerfile ..

0 commit comments

Comments
 (0)