Skip to content

Commit

Permalink
Merge branch 'master' into size-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck authored Jan 23, 2025
2 parents 8234b8b + 45310bf commit 487c7f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-server-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
with:
test-script: 'npx gulp test-server-run --steps-as-tasks'
node-version: 'latest'
node-options: '--no-experimental-strip-types'
secrets: inherit
8 changes: 7 additions & 1 deletion .github/workflows/test-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ on:
is-docker:
required: false
type: boolean
default: false
default: false
node-options:
required: false
type: string
default: ''
env:
NO_CACHE: ${{ secrets.NO_CACHE }}
jobs:
Expand Down Expand Up @@ -57,6 +61,8 @@ jobs:

- run: ${{ inputs.test-script }}
timeout-minutes: 60
env:
NODE_OPTIONS: ${{ inputs.node-options }}

- uses: DevExpress/testcafe-build-system/actions/set-status@main
if: always()
Expand Down

0 comments on commit 487c7f9

Please sign in to comment.