Skip to content

Turbopack Next.js development integration tests #9

Turbopack Next.js development integration tests

Turbopack Next.js development integration tests #9

name: Turbopack Next.js development integration tests
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch: {}
jobs:
test-dev:

Check failure on line 9 in .github/workflows/turbopack-nextjs-dev-integration-tests.yml

View workflow run for this annotation

GitHub Actions / Turbopack Next.js development integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/turbopack-nextjs-dev-integration-tests.yml (Line: 9, Col: 3): Error calling workflow 'freestyle-sh/next.js/.github/workflows/integration_tests_reusable.yml@49942bebdd9fce282b5eead4e1d492a524f48dce'. The nested job 'collect_nextjs_development_integration_stat' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: Next.js integration tests
uses: ./.github/workflows/integration_tests_reusable.yml
with:
name: turbopack-development
test_type: development
run_before_test: |
export TURBOPACK=1
secrets: inherit