diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a9228437a..1aae5c7829e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -963,37 +963,6 @@ jobs: - name: Run tests run: cd actions/setup/js && npm test - js-qmd-index: - runs-on: ubuntu-latest - timeout-minutes: 10 - needs: validate-yaml - permissions: - contents: read - concurrency: - group: ci-${{ github.ref }}-js-qmd-index - cancel-in-progress: true - steps: - - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - name: Set up Node.js - id: setup-node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 - with: - node-version: "24" - cache: npm - cache-dependency-path: actions/setup/js/package-lock.json - - name: Report Node cache status - run: | - if [ "${{ steps.setup-node.outputs.cache-hit }}" == "true" ]; then - echo "✅ Node cache hit" >> $GITHUB_STEP_SUMMARY - else - echo "⚠️ Node cache miss" >> $GITHUB_STEP_SUMMARY - fi - - name: Install npm dependencies - run: cd actions/setup/js && npm ci - - name: Run qmd_index.cjs tests - run: cd actions/setup/js && npm test -- qmd_index.test.cjs - js-integration-live-api: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest