Commit Graph

7 Commits

Author SHA1 Message Date
cb6ca38f7f Update GitHub Actions workflow to publish with provenance
Some checks failed
RenovateBot / renovate (push) Successful in 26s
Test / Basic (push) Has been cancelled
- Removed the registry URL from the setup-node action for cleaner configuration.
- Modified the publish command to include the --provenance flag, enhancing the security and traceability of published packages.
2026-02-05 23:47:19 +00:00
0be90df662 Update package.json and GitHub Actions workflow for version consistency
Some checks failed
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Has been cancelled
- Changed the repository URL in package.json from SSH to HTTPS for better accessibility.
- Updated the homepage URL in package.json to remove the #readme fragment.
- Added a step in the GitHub Actions workflow to ensure that the tag matches the package version before publishing, enhancing version control integrity.
2026-02-05 23:22:48 +00:00
c20175cffb Add GitHub Actions workflow for publishing plugin
All checks were successful
RenovateBot / renovate (push) Successful in 24s
Test / Basic (push) Successful in 3m25s
- Introduced a new workflow file (.github/workflows/publish.yml) to automate the publishing process for the plugin.
- Configured jobs for testing and publishing to NPM upon version tag pushes.
- Included steps for dependency installation, plugin building, and verification before publishing.
- Ensured integration tests are run in the playground environment before publishing the plugin.
2026-02-06 03:11:14 +04:00
7a0e6615d0 Add Gitea workflow for testing and E2E integration
Some checks failed
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Successful in 3m26s
Test / E2E (push) Has been cancelled
- Introduced a new workflow file (.gitea/workflows/test.yml) to automate testing processes.
- Configured jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
- Set up environment variables for E2E tests and ensured proper handling of the Strapi server lifecycle.
2026-02-05 21:39:52 +00:00
5cb863b56c Update actions/setup-node action to v6
Some checks failed
RenovateBot / renovate (push) Has been cancelled
2026-02-05 21:35:34 +00:00
393e2fb7f2 Update actions/checkout action to v6
All checks were successful
RenovateBot / renovate (push) Successful in 1m24s
2026-02-05 15:55:01 +00:00
f83b43e6f6 Add GitHub Actions workflow for testing and E2E integration
All checks were successful
RenovateBot / renovate (push) Successful in 29s
- Created a new workflow file (.github/workflows/test.yml) to automate testing processes.
- Defined jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
2026-02-05 15:54:27 +00:00