Skip to content

Commit

Permalink
fix actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Dec 4, 2023
1 parent 23a2dda commit c3d8efe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Build javascript file
run: npm run build
- name: Install dependencies
run: yarn install

- name: Build
run: yarn run build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
6 changes: 3 additions & 3 deletions .github/workflows/validating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install dependencies
run: yarn
- name: Run test
run: yarn run test
run: yarn install
#- name: Run test
#run: yarn run test

0 comments on commit c3d8efe

Please sign in to comment.