From 944146ba45f2128780ecdfc9b8824117272fd207 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 3 Nov 2025 10:50:21 -0800 Subject: [PATCH] Remove broken step in CI. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d05e59b..eb33e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,6 @@ jobs: - name: npm ci if: steps.cache-node_modules.outputs.cache-hit != 'true' run: npm ci - - name: elm-tooling install - run: npx --no-install elm-tooling install - name: Tests run: npm test # - name: Run elm-review