Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaandersen committed Dec 3, 2024
1 parent e3cd091 commit 72fe5bd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/unicorns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
with:
fetch-depth: 0

- name: Get cache
id: get-cache
uses: ./.github/actions/get-cache
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
enable-cache: 'node_modules,generated-files'
- name: yarn install
run: yarn install --immutable
# - name: Get cache
# id: get-cache
# uses: ./.github/actions/get-cache
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# enable-cache: 'node_modules,generated-files'

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 72fe5bd

Please sign in to comment.