Skip to content

Commit d229f86

Browse files
Copilotlpcox
andauthored
ci: remove stale js-qmd-index job whose test file was deleted (#25005)
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7417d3b0-97d5-4b8f-baf1-dff3635cd5d2 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent 05154bd commit d229f86

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -963,37 +963,6 @@ jobs:
963963
- name: Run tests
964964
run: cd actions/setup/js && npm test
965965

966-
js-qmd-index:
967-
runs-on: ubuntu-latest
968-
timeout-minutes: 10
969-
needs: validate-yaml
970-
permissions:
971-
contents: read
972-
concurrency:
973-
group: ci-${{ github.ref }}-js-qmd-index
974-
cancel-in-progress: true
975-
steps:
976-
- name: Checkout code
977-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
978-
- name: Set up Node.js
979-
id: setup-node
980-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
981-
with:
982-
node-version: "24"
983-
cache: npm
984-
cache-dependency-path: actions/setup/js/package-lock.json
985-
- name: Report Node cache status
986-
run: |
987-
if [ "${{ steps.setup-node.outputs.cache-hit }}" == "true" ]; then
988-
echo "✅ Node cache hit" >> $GITHUB_STEP_SUMMARY
989-
else
990-
echo "⚠️ Node cache miss" >> $GITHUB_STEP_SUMMARY
991-
fi
992-
- name: Install npm dependencies
993-
run: cd actions/setup/js && npm ci
994-
- name: Run qmd_index.cjs tests
995-
run: cd actions/setup/js && npm test -- qmd_index.test.cjs
996-
997966
js-integration-live-api:
998967
if: github.ref == 'refs/heads/main'
999968
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)