aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci(pnpm): remove pnpm version and use corepack instead苏向夜2026-01-181-2/+0
|
* chore(ci): bump versions of actions苏向夜2026-01-181-8/+9
|
* chore: refine CI workflow to conditionally execute steps based on event typeHsiangNianian2026-01-161-3/+14
| | | | Updated the GitHub Actions workflow to conditionally run installation and build steps only when triggered by a 'workflow_dispatch' event. This change optimizes the workflow by separating build processes for push/PR events and manual triggers, enhancing clarity and efficiency in CI operations.
* chore: update CI workflow to improve dependency installationHsiangNianian2026-01-161-2/+2
| | | | Modified the GitHub Actions workflow to ensure the 'apt-get update' command does not fail and added 'libfuse2' to the list of installed dependencies for Ubuntu, enhancing the reliability of the CI process.
* chore: update Node.js and pnpm versions in CI workflowHsiangNianian2026-01-161-2/+2
| | | | Modified the GitHub Actions workflow to upgrade Node.js from version 20 to 22 and pnpm from version 8 to 9, ensuring compatibility with the latest features and improvements.
* feat: enhance CI workflow by adding Node.js, pnpm, and Tauri CLI installationHsiangNianian2026-01-161-3/+55
| | | | Updated the GitHub Actions workflow to include steps for installing Node.js and pnpm, as well as the Tauri CLI. Added commands to install frontend dependencies and build the application for different operating systems, ensuring a more robust and comprehensive CI process.
* fix(security): Potential fix for code scanning alert no. 2: Workflow does ↵简律纯2026-01-161-0/+3
| | | | | not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix: remove PR-only restrictions for Windows and macOS platforms in CI workflowHsiangNianian2026-01-141-4/+0
|
* feat: enhance testing workflow with Arch Linux Wayland support and improved ↵HsiangNianian2026-01-141-4/+35
| | | | environment setup
* fix: remove Arch Linux build and test workflows; add libfuse2 dependency for ↵HsiangNianian2026-01-141-29/+0
| | | | Ubuntu
* fix: remove unnecessary 'linuxdeploy' package from Arch Linux dependenciesHsiangNianian2026-01-141-1/+1
|
* fix: add missing dependencies for Arch Linux in workflowsHsiangNianian2026-01-141-1/+1
|
* fix: update webkit2gtk package version in workflows for Arch LinuxHsiangNianian2026-01-141-1/+1
|
* feat: add Arch Linux support for build and test workflowsv0.1.18HsiangNianian2026-01-141-0/+29
|
* feat: refine GitHub Actions workflow to trigger only on main branchHsiangNianian2026-01-131-3/+8
|
* feat: add GitHub Actions workflow for testing and building across multiple ↵HsiangNianian2026-01-131-0/+44
platforms