Turbopack Next.js development integration tests #176
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| name: Next.js integration tests | ||
| uses: ./.github/workflows/integration_tests_reusable.yml | ||
| with: | ||
| name: turbopack-development | ||
| test_type: development | ||
| run_before_test: | | ||
| export IS_TURBOPACK_TEST=1 TURBOPACK_DEV=1 | ||
| secrets: inherit | ||