[PR #804] [MERGED] feat(ci): cache github workflow actions #1189

Closed
opened 2026-02-26 19:32:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/804
Author: @G3root
Created: 1/4/2024
Status: Merged
Merged: 3/4/2024
Merged by: @Mythie

Base: mainHead: cache-workflow


📝 Commits (10+)

📊 Changes

9 files changed (+154 additions, -39 deletions)

View changed files

.github/actions/cache-build/action.yml (+24 -0)
.github/actions/node-install/action.yml (+39 -0)
.github/actions/playwright-install/action.yml (+19 -0)
📝 .github/workflows/ci.yml (+30 -14)
.github/workflows/clean-cache.yml (+29 -0)
📝 .github/workflows/codeql-analysis.yml (+3 -10)
📝 .github/workflows/e2e-tests.yml (+7 -13)
📝 package.json (+1 -1)
📝 turbo.json (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/804 **Author:** [@G3root](https://github.com/G3root) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `cache-workflow` --- ### 📝 Commits (10+) - [`0a90064`](https://github.com/documenso/documenso/commit/0a9006430fe57f17320c874435d0d92fbafc9431) fix: command - [`e470020`](https://github.com/documenso/documenso/commit/e470020b166abf37975034c73d2efac5a59b305f) feat: add cache build action - [`fc372d0`](https://github.com/documenso/documenso/commit/fc372d0aa9cb05fe495d1a05536530965ec28fee) feat: add node install action - [`9b5d64c`](https://github.com/documenso/documenso/commit/9b5d64cc1a356e67600562f444b9a54aa5064cf8) feat: add playwright action - [`9e57de5`](https://github.com/documenso/documenso/commit/9e57de512a8cce6cbb225db7721981dc4f384599) feat: use actions - [`ce6f523`](https://github.com/documenso/documenso/commit/ce6f523230164f830cabcfb4fff224a9db8080dd) fix: key - [`b35f050`](https://github.com/documenso/documenso/commit/b35f050409a3b137e09a0a8d593b30a71e249050) fix: add shell - [`e5b7bf8`](https://github.com/documenso/documenso/commit/e5b7bf81fa2af9a7add33502044f479d4641ff18) fix: add action to codeql - [`308f55f`](https://github.com/documenso/documenso/commit/308f55f3d40df50ec36e0bc9a816af668ed057bb) fix: key - [`26b604d`](https://github.com/documenso/documenso/commit/26b604dbd0fd6db002b318e6922df997beb44dfd) fix: add workflow call ### 📊 Changes **9 files changed** (+154 additions, -39 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/cache-build/action.yml` (+24 -0) ➕ `.github/actions/node-install/action.yml` (+39 -0) ➕ `.github/actions/playwright-install/action.yml` (+19 -0) 📝 `.github/workflows/ci.yml` (+30 -14) ➕ `.github/workflows/clean-cache.yml` (+29 -0) 📝 `.github/workflows/codeql-analysis.yml` (+3 -10) 📝 `.github/workflows/e2e-tests.yml` (+7 -13) 📝 `package.json` (+1 -1) 📝 `turbo.json` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1189
No description provided.