Skip to content

Commit

Permalink
integrate yeoman-generator (2, 4 and 5) tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 12, 2023
1 parent 2569915 commit 7f104a7
Show file tree
Hide file tree
Showing 18 changed files with 10,797 additions and 1,526 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x]
generator-version: ['']
include:
- os: ubuntu-latest
node-version: 16.x
generator-version: '2.0.5'
- os: ubuntu-latest
node-version: 16.x
generator-version: '^4'

node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -g npm@^8
if: matrix.node-version == '14.x'
- run: npm ci
- run: npm install yeoman-generator@${{ matrix.generator-version }}
if: matrix.generator-version != ''
- run: npm test
env:
CI: true
Loading

0 comments on commit 7f104a7

Please sign in to comment.