Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 30, 2024
1 parent 0a013ab commit d07ae4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
- name: Run yeoman-test test
run: |
cd $GITHUB_WORKSPACE/yeoman-test
npm ci
jq 'del(.peerDependencies)' package.json > package.json
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 d07ae4a

Please sign in to comment.