Skip to content

Commit 75d23d4

Browse files
authored
Update coverity-scan.yml
1 parent 6e402e7 commit 75d23d4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ permissions:
55

66
jobs:
77
coverity:
8-
strategy:
9-
matrix:
10-
os:
11-
c_compiler: gcc
12-
cpp_compiler: g++
13-
runExecutable: ./Connection_Machine_tests
14-
158
runs-on: ubuntu-latest
169
env:
1710
CC: gcc
@@ -40,4 +33,4 @@ jobs:
4033
with:
4134
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
4235
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
43-
command: make -C ${{github.workspace}}/build
36+
command: make -C ${{github.workspace}}/build

0 commit comments

Comments
 (0)