Skip to content

Commit

Permalink
rename and run rpm install on parent as well. Must have had impact of…
Browse files Browse the repository at this point in the history
… previous step being removed.
  • Loading branch information
sagerb committed Feb 13, 2025
1 parent 44c4534 commit fe2e0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/home-view-unit-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Unit-Test
on: [workflow_call]
jobs:
lint:
Expand All @@ -14,4 +14,5 @@ jobs:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- run: npm install --prefix ../..
- run: npm install
- run: npm test

0 comments on commit fe2e0ee

Please sign in to comment.