Skip to content

Commit

Permalink
chore: remove unnecessary release-integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf authored and fritzy committed Feb 1, 2023
1 parent ff35ed9 commit e5ecc7f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/release-integration.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,16 @@ jobs:
needs: release
name: Release Integration
if: needs.release.outputs.release
uses: ./.github/workflows/release-integration.yml
strategy:
fail-fast: false
matrix:
nodeVersion:
- 18
- 19
- nightly
uses: ./.github/workflows/node-integration.yml
with:
nodeVersion: ${{ matrix.nodeVersion }}
npmVersion: ${{ fromJSON(needs.release.outputs.release).version }}

post-release-integration:
Expand Down
10 changes: 9 additions & 1 deletion scripts/template-oss/_job-release-integration.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
uses: ./.github/workflows/release-integration.yml
strategy:
fail-fast: false
matrix:
nodeVersion:
- 18
- 19
- nightly
uses: ./.github/workflows/node-integration.yml
with:
nodeVersion: $\{{ matrix.nodeVersion }}
npmVersion: $\{{ fromJSON(needs.release.outputs.release).version }}

0 comments on commit e5ecc7f

Please sign in to comment.