Add flatc python tests to CI (#7437)

This commit is contained in:
Derek Bailey
2022-08-13 17:30:51 -07:00
committed by GitHub
parent 67c4149588
commit 9dbe819efd
3 changed files with 39 additions and 15 deletions

View File

@@ -29,6 +29,8 @@ jobs:
run: |
chmod +x flatc
./flatc --version
- name: flatc tests
run: python3 tests/flatc/main.py
- name: upload build artifacts
uses: actions/upload-artifact@v1
with: