Skip to content

Commit

Permalink
fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhkatiyar91 committed Aug 1, 2024
1 parent 9fce0c8 commit 9041b4f
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# state, so we ignore these changes with `--allow-dirty` here.
run: scripts/verify-publish.sh --allow-dirty

itt_python_build:
itt_python_build_and_test:
strategy:
fail-fast: false
matrix:
Expand All @@ -105,26 +105,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: install ittapi
- name: Build and Install ittapi
run: |
cd python
python3 -m pip install .
itt_python_unit_test:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: windows-latest
runs-on: ['${{matrix.os}}']
needs: itt_python_build

steps:
- name: Checkout code
uses: actions/checkout@v1
- name: run unit-test
- name: Run unit-test
run: |
ls
cd python
python3 -m unittest discover -s utest -t utest

0 comments on commit 9041b4f

Please sign in to comment.