Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Mar 20, 2024
1 parent f686bf7 commit ab8d017
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ jobs:
name: image-preview-3
runs-on: ubuntu-latest
steps:
- name: cache package-lock.json
uses: actions/cache@v4
with:
path: package-temp-dir
key: lock-${{ github.sha }}

- name: create package-lock.json
run: npm i --package-lock-only --ignore-scripts
- name: checkout
uses: actions/checkout@v4
- name: image-preview-4
Expand Down

0 comments on commit ab8d017

Please sign in to comment.