Skip to content

Commit

Permalink
Adding integration tests to github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Jan 20, 2025
1 parent 2bbc470 commit 16a0e91
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
./runs_tests.py --no-build
- name: Upload created file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 16a0e91

Please sign in to comment.