diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a86c86..81fbe4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,8 @@ jobs: run: bun install - name: Verify that Terraform is installed run: which terraform + - name: Verify that Node.js is installed + run: which node - name: Run tests run: bun test pretty: