Skip to content

Commit

Permalink
fix integration test (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 30, 2024
1 parent 8b84223 commit 5000ec1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
- name: Run yeoman-test test
run: |
cd $GITHUB_WORKSPACE/yeoman-test
npm ci
mv package.json package.json.original
jq 'del(.peerDependencies)' package.json.original > package.json
cat package.json
npm install
npm install ${{ github.repository }}#$GITHUB_SHA
npm install yeoman/environment#main
npm test
Expand Down

0 comments on commit 5000ec1

Please sign in to comment.