Skip to content

Rspack Next.js development integration tests #210

Rspack Next.js development integration tests

Rspack Next.js development integration tests #210

name: Rspack Next.js development integration tests
on:
schedule:
# Run an hour earlier than the turbopack tests, so we don't overwhelm the CI
- cron: '0 5 * * *'
workflow_dispatch: {}
jobs:
test-dev:

Check failure on line 10 in .github/workflows/rspack-nextjs-dev-integration-tests.yml

View workflow run for this annotation

GitHub Actions / Rspack Next.js development integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/rspack-nextjs-dev-integration-tests.yml (Line: 10, Col: 3): Error calling workflow 'utooland/next.js/.github/workflows/integration_tests_reusable.yml@e108a89b464c8d5190c20f50a01d0f1ad7374ad2'. The nested job 'collect_nextjs_development_integration_stat' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: Rspack integration tests
uses: ./.github/workflows/integration_tests_reusable.yml
with:
name: rspack-development
test_type: development
run_before_test: |
export NEXT_RSPACK=1 NEXT_TEST_USE_RSPACK=1
# Failing tests take longer (due to timeouts and retries). Since we have
# many failing tests, we need smaller groups and longer timeouts, in case
# a group gets stuck with a cluster of failing tests.
e2e_groups: 16
integration_groups: 16
e2e_timeout_minutes: 90
integration_timeout_minutes: 90
secrets: inherit