Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis committed Jun 20, 2024
1 parent 51c53e7 commit 0e8d090
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nightly-build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nightly-build
name: CI

on:
push:
Expand All @@ -17,9 +17,17 @@ jobs:
with:
python-version: '3.10'

- name: model test
- name: model zoo test
run: |
python -m pip install --upgrade pip wheel setuptools
pip install .
pip install pytest onnxruntime
python tests/test_folder.py --model-dir /root/data/modelzoo
- name: pattern matcher test
run: |
python tests/test_pattern_matcher.py
- name: pattern generator test
run: |
python tests/test_pattern_generator.py

0 comments on commit 0e8d090

Please sign in to comment.