Skip to content

Commit

Permalink
Serialization CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 20, 2025
1 parent 4848bca commit 36af602
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/serialization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
sudo apt-get install -y libprotobuf-c-dev protobuf-c-compiler protobuf-compiler libprotobuf-dev python3-protobuf
npm install -g protoc-gen-js
- name: Install LinguaFrancaBase
run: pip3 install LinguaFrancaBase
- name: Run serialization tests;
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install LinguaFrancaBase
- name: Run serialization tests;
run: |
source .venv/bin/activate
source /opt/ros/*/setup.bash
./gradlew core:integrationTest --tests org.lflang.tests.serialization.SerializationTest.* core:integrationTestCodeCoverageReport
Expand Down

0 comments on commit 36af602

Please sign in to comment.