diff --git a/.github/workflows/githubactions.yml b/.github/workflows/githubactions.yml index 6654ad3..f2a1303 100644 --- a/.github/workflows/githubactions.yml +++ b/.github/workflows/githubactions.yml @@ -89,14 +89,14 @@ jobs: - name: Install npm if: steps.npm-cache.outputs.cache-hit != 'true' run: npm install + - name: Run Build + run: npm run build - name: Playwright install run: npx playwright install --with-deps - name: Install Percy CLI run: npm install --save-dev @percy/cli - name: Run Percy Snapshot - run: npx percy snapshot _site/ - - name: Run Build - run: npm run build + run: npx percy snapshot ./dist/index.html - name: Run e2e run: npm run e2e:test - uses: actions/upload-artifact@v4