Skip to content

Commit

Permalink
fix(ci): fix dep install error in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Aug 15, 2020
1 parent c3df7d1 commit 4020591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: npm-cache
- run: npm install
- run: >
npm install $(node -e "const deps=require('./package.json').peerDependencies;
npm install $(node -e "const deps=require('./themes/icarus/package.json').peerDependencies;
console.log(Object.keys(deps).map(key=>key+'@'+deps[key]).join(' '));")
- run: npx hexo config theme next
- run: time npx hexo g

0 comments on commit 4020591

Please sign in to comment.