Skip to content

Commit

Permalink
combine steps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Oct 3, 2024
1 parent 36b2451 commit 9695b54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-generated-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
- name: Generate registry JSON files
run: |
npm install
- name: Generate registry files
run: |
npm run generate
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 9695b54

Please sign in to comment.