Skip to content

Commit

Permalink
Separate CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Jun 1, 2023
1 parent 369fd4b commit f86b556
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and run CI scripts
run: |
npm install
npm run ci

- run: npm install
- run: npm run ci

0 comments on commit f86b556

Please sign in to comment.