Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading