Skip to content

Commit

Permalink
fix codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 26, 2024
1 parent 85e5493 commit 6187455
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- language: csharp
- language: javascript-typescript
language: ['javascript-typescript', 'csharp']

steps:

Expand Down Expand Up @@ -62,11 +60,11 @@ jobs:
cache-dependency-path: client/package-lock.json

- if: matrix.language == 'javascript-typescript'
name: Build website
name: Install NPM packages
working-directory: ./client
run: |
run: npm install
run: npm run build.prod
npm install
npm run build.prod
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 6187455

Please sign in to comment.