Skip to content

Commit

Permalink
resolve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Nov 13, 2024
1 parent 725c75b commit 2405e07
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gnome_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@ jobs:
PATH=${{github.workspace}}/install/usr/bin:${PATH}
LD_LIBRARY_PATH=${{github.workspace}}/install/usr/lib:${{github.workspace}}/install/usr/lib/wpeframework/plugins:${LD_LIBRARY_PATH}
tests
- name: Test coverage report for release
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run unit tests with coverage flags enabled
run: |
sh test/run_ut.sh --enable-cov
Expand Down

0 comments on commit 2405e07

Please sign in to comment.