File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments