Skip to content

Commit

Permalink
adding cache for .genaiscript
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 1, 2024
1 parent 9c9ab59 commit c2ec4dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/genai-pr-describe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
node-version: "20"
cache: yarn
- run: yarn install --frozen-lockfile
- name: cache .genaiscript
uses: actions/cache@v4
with:
path: .genaiscript
key: genaiscript-${{ hashFiles('**/yarn.lock') }}
- name: compile
run: yarn compile
- name: git stuff
Expand Down

0 comments on commit c2ec4dc

Please sign in to comment.