Skip to content

Commit

Permalink
remove tests and add end2end yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkoren21 committed Aug 7, 2024
1 parent 389f984 commit 7e326dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 112 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ jobs:
else
echo "Skipping publishing as version already exists on PyPI."
fi
- name: Ensure empty folder exists
run: mkdir -p leap_parser_tests_copy # Ensure the folder exists if it doesn't already
- name: Copy leap_model_tests from onnx2keras
run: cp -r $GITHUB_WORKSPACE/leap_parser_tests /home/runner/work/leap_parser_tests_copy
- name: checkout leap model parser
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -123,7 +119,6 @@ jobs:
git checkout -b "$BRANCH"
fi
poetry add onnx2kerastl==$PACKAGE_VERSION
find /home/runner/work/leap_parser_tests_copy -type f -exec sh -c 'cp -v "$1" "$GITHUB_WORKSPACE/leap-model-parser/tests/$(basename "$1")"' _ {} \;
source .venv/bin/activate
cd tests
if pytest -s test_branch_model.py --cloud_dir ${{ github.event.inputs.cloud_dir }} --model_name ${{ github.event.inputs.model_name }}; then
Expand Down
15 changes: 0 additions & 15 deletions leap_parser_tests/conftest.py

This file was deleted.

92 changes: 0 additions & 92 deletions leap_parser_tests/test_branch_model.py

This file was deleted.

0 comments on commit 7e326dd

Please sign in to comment.