Skip to content

Commit

Permalink
Merge pull request #381 from AsherGlick/integration_test_ci
Browse files Browse the repository at this point in the history
Adding integration tests to github ci
  • Loading branch information
AsherGlick authored Jan 20, 2025
2 parents 923de61 + 29577e7 commit 9c20d9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c20d9c

Please sign in to comment.