Fix action and playwright config
All checks were successful
Build / Build application (push) Successful in 3m47s
All checks were successful
Build / Build application (push) Successful in 3m47s
This commit is contained in:
parent
73a596e68d
commit
0b58e18c73
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
- run: npm test
|
- run: npm test
|
||||||
name: Test project
|
name: Test project
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
name: Upload Playwright report
|
name: Upload Playwright report
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
with:
|
with:
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
- run: npm run build-storybook
|
- run: npm run build-storybook
|
||||||
name: Build storybook
|
name: Build storybook
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
name: Upload build directories
|
name: Upload build directories
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
|
|
|
@ -5,6 +5,6 @@ export default defineConfig({
|
||||||
command: 'npm run build && npm run preview',
|
command: 'npm run build && npm run preview',
|
||||||
port: 4173
|
port: 4173
|
||||||
},
|
},
|
||||||
|
reporter: [['html', { open: 'never' }], ['line']],
|
||||||
testDir: 'e2e'
|
testDir: 'e2e'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue