Skip to content

Commit

Permalink
Integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 25, 2024
1 parent f982394 commit 119438e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: ls -lart
- run: node dist/test/integration/scaffold.mjs
- run: cd integration-test-vue
- run: npm i
- run: npm i --prefix ./integration-test-vue

0 comments on commit 119438e

Please sign in to comment.