Skip to content

Commit

Permalink
Remove test suite existence check
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 22, 2023
1 parent b43cddf commit dd09cc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_test.yml
Expand Up @@ -33,9 +33,6 @@ jobs:
uses: ./.github/workflows/build_reusable.yml
with:
skipInstallBuild: 'yes'
# Ensure all of the tests listed in turbopack test manifest actually exists;
# i.e after removing an actual test and if it still stays in the manifest
afterBuild: node -e 'require(\"./test/turbopack-tests-manifest.js\").verifyEnabledTestPath()'
secrets: inherit

build-next:
Expand Down

0 comments on commit dd09cc7

Please sign in to comment.