From e320b24e9745051b1a05a54496152e3be352c1bd Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:47:02 +0000 Subject: [PATCH] Stop testing against the TypeScript getting started guide (#421) Since: - This guide isn't used by any Dev Center documentation: https://devcenter.heroku.com/search?q=typescript - It's outdated (no updates for two years). - TypeScript apps use the same `heroku/nodejs` CNB as JavaScript apps, and `heroku/nodejs` is already tested via the main Node.js getting started guide. - The CI for this repo doesn't test multiple guides for any of the other supported languages. - Removing it unblocks #417 (since the TypeScript guide is missing an NPM lockfile). --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 822ff5a8..a6015e9b 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -59,7 +59,7 @@ jobs: fail-fast: false matrix: builder: ["buildpacks-20", "builder-classic-22", "builder-20", "builder-22"] - language: ["go", "gradle", "java", "node-js", "php", "python", "ruby", "scala", "typescript"] + language: ["go", "gradle", "java", "node-js", "php", "python", "ruby", "scala"] include: - builder: builder-classic-22 language: clojure