From 965303f1c3737efb032c1ca4accacbdf2d84e645 Mon Sep 17 00:00:00 2001 From: Marcelo Shima <marceloshima@gmail.com> Date: Tue, 15 Oct 2024 10:29:22 -0300 Subject: [PATCH 1/2] chore: adjust integration-test --- .github/workflows/integration.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d2b9064c..f3f2f0d1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -50,8 +50,7 @@ jobs: 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 install ${{ github.repository }}#$GITHUB_SHA yeoman/environment#main npm test - name: Run yeoman-generator test @@ -59,8 +58,7 @@ jobs: run: | cd $GITHUB_WORKSPACE/yeoman-generator npm ci - npm install yeoman/yeoman-test#main - npm install yeoman/environment#main + npm install yeoman/yeoman-test#main yeoman/environment#main npm test - name: Run yeoman-environment test @@ -68,6 +66,5 @@ jobs: run: | cd $GITHUB_WORKSPACE/yeoman-environment npm ci - npm install ${{ github.repository }}#$GITHUB_SHA - npm install yeoman/yeoman-test#main + npm install yeoman-generator-7@${{ github.repository }}#$GITHUB_SHA yeoman/yeoman-test#main npm test From 1e5d7f3098839f30c958be25efbd1397cbe4d2f4 Mon Sep 17 00:00:00 2001 From: Marcelo Shima <marceloshima@gmail.com> Date: Tue, 15 Oct 2024 10:34:20 -0300 Subject: [PATCH 2/2] chore: cleanup --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f3f2f0d1..ae32d095 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,7 +36,6 @@ jobs: - name: Checkout yeoman-environment uses: actions/checkout@v4 with: - repository: mshima/environment path: yeoman-environment - uses: actions/setup-node@v4