action-demo/.gitea/workflows/cache-npx.yml
huanghs 1ae4b8871c
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Gitea Actions Demo / build-docker (push) Successful in 31s
Cache Npx / task (push) Has been cancelled
Gitea Actions Demo / setup (push) Has been cancelled
更新 .gitea/workflows/cache-npx.yml
2024-07-30 14:36:41 +08:00

23 lines
410 B
YAML

name: Cache Npx
on: [push]
jobs:
task:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm config get cache
- run: echo ~
- run: pwd
- name: Cache Gradle Wrapper
uses: actions/cache@v3
with:
path: /root/.npm/_npx
key: ${{ runner.os }}-npx
- run: npx miniprogram-ci upload --help