Skip to content

Commit

Permalink
ensure deploy test manifest is respected
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Jul 13, 2024
1 parent 875808c commit f101aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test-new-tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ async function main() {
...process.env,
NEXT_TEST_MODE: testMode,
NEXT_TEST_VERSION: nextTestVersion,
NEXT_EXTERNAL_TESTS_FILTERS:
testMode === 'deploy' ? 'test/deploy-tests-manifest.json' : undefined,
},
})
}
Expand Down

0 comments on commit f101aa8

Please sign in to comment.