Skip to content

Commit 36a8670

Browse files
author
Alistair Low
committed
Add working directory
1 parent a1c214f commit 36a8670

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Change Directory
14-
run: cd cpp_source
1513
- uses: vapier/coverity-scan-action@v1
1614
with:
1715
project: Template-Repo
1816
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
1917
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
18+
working-directory: 'cpp_source'

0 commit comments

Comments
 (0)