We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b9b2e commit c5b24edCopy full SHA for c5b24ed
1 file changed
.github/workflows/ci.yml
@@ -356,9 +356,9 @@ jobs:
356
pip install aas-test-engines
357
- name: Prepare test data
358
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/
+ mkdir -p input
+ wget -O input/TestDataWithThumbnail.aasx \
+ https://raw.githubusercontent.com/admin-shell-io/aas-test-engines/main/bin/check_servers/test_data/TestDataWithThumbnail.aasx
362
- name: Build the Docker image
363
364
docker build -t basyx-python-server -f Dockerfile ..
0 commit comments