Skip to content

Commit

Permalink
ci(workflow): add appdir underscore test to subset (#4688)
Browse files Browse the repository at this point in the history
### Description

Depends on vercel/next.js#48792 - once PR lands,
we should able to run corresponding test cases.
  • Loading branch information
kwonoj authored and jridgewell committed Apr 29, 2023
1 parent 99177e5 commit 89993e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nextjs-integration-test.yml
Expand Up @@ -209,7 +209,8 @@ jobs:
test/development/acceptance-app/unsupported-app-features.test.ts \
test/development/acceptance-app/ReactRefresh.test.ts \
test/development/basic/legacy-decorators.test.ts \
test/integration/plugin-mdx-rs/test/index.test.js
test/integration/plugin-mdx-rs/test/index.test.js \
test/e2e/app-dir/underscore-ignore-app-paths/underscore-ignore-app-paths.test.ts
strategy:
matrix:
Expand Down

0 comments on commit 89993e3

Please sign in to comment.