Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(root): add caching #818

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"**/.*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,md,mdx,json,yml,yaml,svg,webmanifest}",
".*/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,md,mdx,json,yml,yaml,svg,webmanifest}"
],
"ignorePaths": ["pnpm-lock.yaml", "CHANGELOG.md"],
"ignorePaths": ["pnpm-lock.yaml", "CHANGELOG.md", ".pnpm-store/"],
"import": ["@cspell/dict-software-terms", "@cspell/dict-npm", "@cspell/dict-fullstack"],
"useGitignore": true,
"version": "0.2"
Expand Down
1 change: 1 addition & 0 deletions .cspell/libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ normy
nuxt
paralleldrive
rehype
rharkor
rmiz
shadcn
shiki
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/check-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ runs:
restore-keys: |
${{ runner.os }}-pnpm-store-

- name: Cache for Turbo
uses: rharkor/caching-for-turbo@v1.5

- name: Install dependencies
shell: bash
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Check setup
uses: ./.github/actions/check-setup

- name: Build the app
run: pnpm --filter=web build
- name: Build the apps
run: pnpm build:apps

- name: Store Playwright's Version
run: |
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
pnpm-lock.yaml
*.code-snippets
**/migrations/**

# For CI
.pnpm-store/