mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 13:33:06 +00:00
Use build when running CI
This commit is contained in:
parent
2246d4d78e
commit
fcda60969a
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@ -107,6 +107,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- uses: actions/cache@v4
|
||||
id: playwright-browsers-cache
|
||||
with:
|
||||
|
||||
@ -76,7 +76,7 @@ export default defineConfig({
|
||||
|
||||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
command: 'npm run dev',
|
||||
command: 'npm run preview',
|
||||
url: 'http://127.0.0.1:5173',
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user