Skip to content

Commit

Permalink
Fix analyzer test pipline script
Browse files Browse the repository at this point in the history
Signed-off-by: Deniz Deli <[email protected]>
  • Loading branch information
ddeli committed Nov 25, 2024
1 parent 55c935a commit 511f54f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analyzer_test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# Step 3: Install dependencies
- name: Install dependencies
run: |
npm ci
cd ./apps/analyzer/metadata_analyzer
python -m pip install --upgrade pip
pip install pipx
Expand All @@ -39,4 +40,4 @@ jobs:
# Step 4: Run tests
- name: Run tests
#working-directory: rootfolder/apps/analyzer
run: nx run metadata-analyzer:test
run: npx nx run metadata-analyzer:test

0 comments on commit 511f54f

Please sign in to comment.