chore: ci

This commit is contained in:
kekskurse 2025-03-17 17:30:38 +01:00
parent fed4cbe341
commit 17d20a5fd2
2 changed files with 3 additions and 1 deletions

View file

@ -27,3 +27,5 @@ steps:
image: alpine:latest image: alpine:latest
commands: commands:
- ls -lah - ls -lah
when:
- status: [ success, failure ]

View file

@ -14,7 +14,7 @@ import { defineConfig, devices } from '@playwright/test';
*/ */
export default defineConfig({ export default defineConfig({
expect: { expect: {
timeout: 15_000 timeout: 2_000
}, },
testDir: './tests', testDir: './tests',
/* Run tests in files in parallel */ /* Run tests in files in parallel */