build: fix gha issues (#40)
This commit is contained in:
1
.github/workflows/code-fix.yml
vendored
1
.github/workflows/code-fix.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Check for changes
|
||||
id: filter
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
with:
|
||||
# Use headBranchName from the PR object
|
||||
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node
|
||||
if: ${{ steps.release.outputs.pr }}
|
||||
|
||||
@@ -13,7 +13,7 @@ import { defineConfig, devices } from '@playwright/test';
|
||||
*/
|
||||
export default defineConfig({
|
||||
testDir: "./tests",
|
||||
timeout: 60_000,
|
||||
timeout: 120_000,
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
|
||||
Reference in New Issue
Block a user