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: npm test
|
||||
name: Test project
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
name: Upload Playwright report
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
retention-days: 30
|
||||
- run: npm run build-storybook
|
||||
name: Build storybook
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
name: Upload build directories
|
||||
with:
|
||||
name: build-artifacts
|
||||
|
|
|
@ -5,6 +5,6 @@ export default defineConfig({
|
|||
command: 'npm run build && npm run preview',
|
||||
port: 4173
|
||||
},
|
||||
|
||||
reporter: [['html', { open: 'never' }], ['line']],
|
||||
testDir: 'e2e'
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue