fix: check chat/vote ownership during actions (#847)
This commit is contained in:
parent
c58fd528fc
commit
a378757d3b
4 changed files with 28 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ export default defineConfig({
|
|||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
forbidOnly: !!process.env.CI,
|
||||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
retries: process.env.CI ? 2 : 1,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue