From 36af602fbf82da912ff145b5548f38f760362ec9 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Mon, 20 Jan 2025 13:31:55 +0100 Subject: [PATCH] Serialization CI --- .github/workflows/serialization-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/serialization-tests.yml b/.github/workflows/serialization-tests.yml index 65807d5425..d465dace50 100644 --- a/.github/workflows/serialization-tests.yml +++ b/.github/workflows/serialization-tests.yml @@ -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