From 119438ec75f0336dc4929bfdc62f647fdd2ca5e2 Mon Sep 17 00:00:00 2001 From: Kurt Medley Date: Fri, 24 May 2024 17:41:37 -0700 Subject: [PATCH] Integration test --- .github/workflows/integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f444cde..0eed81e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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