Skip to content

Commit

Permalink
Add l2-sea model output test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger authored Jan 26, 2024
1 parent ae74477 commit 90babee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/model-l2-sea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,15 @@ jobs:
name: Validate
run: |
docker run --network=host -e model_host=http://localhost:4242 -e input_value=1.0 linusseelinger/testing-protocol-conformity-current:latest
-
name: Checkout
uses: actions/checkout@v2
-
name: Dependencies
run: |
sudo apt update && DEBIAN_FRONTEND="noninteractive" sudo apt install -y python3-pip && pip3 install pytest umbridge
-
name: Validate output
run: |
cd models/l2-sea/ && \
python3 test_output.py http://localhost:4242

0 comments on commit 90babee

Please sign in to comment.