mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[PR #870] [CLOSED] feat - add github action test #862
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/870
Author: @Lokowitz
Created: 6/8/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
7b538f4Fix package (#161)be1cb83Create test.yml6b4c598Merge branch 'fosrl:main' into mainc42e5d8modified: .github/workflows/test.yml05e17e6Create codeql.yml1bdf9a5Delete .github/workflows/codeql.yml5d524f3Create codeql.yml1fc8a9dDelete .github/workflows/codeql.ymlfb6481cUpdate test.ymld40e8c1Update Makefile📊 Changes
5 files changed (+106 additions, -51 deletions)
View changed files
➕
.github/workflows/test.yml(+53 -0)📝
Dockerfile(+2 -2)📝
Makefile(+3 -1)📝
package-lock.json(+40 -40)📝
package.json(+8 -8)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
mainanddev. The test is building and running the server and creates the docker file. If you have any other tests or test scripts, we can add it there.Makefilebecause without it was not possible to run themake testcommandbuild-alltobuild-releasebecause themakecommand isbuild-releasePlease double check!! It's my first github action test :)
Hope this helps with the dependabot updates to find the first big issues.
Greetings Marvin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.