Skip to content

Commit

Permalink
it would help if it was running a real command
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Jul 28, 2023
1 parent 897b79d commit 9472f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test:ci
- run: npm run build
- run: npm run test:ci

0 comments on commit 9472f30

Please sign in to comment.