Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 29, 2024
1 parent 49c08b0 commit 8aaa7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Install dependencies
if: matrix.build-mode == 'manual' && matrix.language == 'java-kotlin'
shell: bash
run: sh ntis-api/local-s2-maven.cmd
run: sh local-s2-maven.cmd
working-directory: ntis-api

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 8aaa7e0

Please sign in to comment.