From 29577e7ca78be06d2559741ab22ad8ecc5634c81 Mon Sep 17 00:00:00 2001 From: Asher Glick Date: Sun, 19 Jan 2025 23:45:06 -0600 Subject: [PATCH] Adding integration tests to github ci --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fafea753..1600c379 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,6 +78,11 @@ jobs: cp build/compile_commands.json ./compile_commands.json ./presubmit.sh + - name: Run Integration Tests + run: | + cd xml_converter/integration_tests + ./run_tests.py --no-build + - name: Upload created file uses: actions/upload-artifact@v3 with: