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
Added a simple test for PR and push on main and dev. 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.
Added package-lock.json to the docker build because i got multiple errors by building the docker image.
Added PHONY to Makefile because without it was not possible to run the make test command
Renamed build-all to build-release because the make command is build-release
Please 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/870
**Author:** [@Lokowitz](https://github.com/Lokowitz)
**Created:** 6/8/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (10+)
- [`7b538f4`](https://github.com/fosrl/pangolin/commit/7b538f40acc2fa7abe799cefc1d91b405202c472) Fix package (#161)
- [`be1cb83`](https://github.com/fosrl/pangolin/commit/be1cb836098cae50c43e07a65d96c81713a73c1a) Create test.yml
- [`6b4c598`](https://github.com/fosrl/pangolin/commit/6b4c598fa05dfe7dc9960e4a2027b8fd7ebcddb9) Merge branch 'fosrl:main' into main
- [`c42e5d8`](https://github.com/fosrl/pangolin/commit/c42e5d8be075502f6ad07dbe1f39d00a46c4788f) modified: .github/workflows/test.yml
- [`05e17e6`](https://github.com/fosrl/pangolin/commit/05e17e66ec4e2a7874b9df5071fe021f02b92dba) Create codeql.yml
- [`1bdf9a5`](https://github.com/fosrl/pangolin/commit/1bdf9a55ed9c3ed68084a8f2a0ff41e11e8472b2) Delete .github/workflows/codeql.yml
- [`5d524f3`](https://github.com/fosrl/pangolin/commit/5d524f36d139c9ec095fa2b87de7c749976dc050) Create codeql.yml
- [`1fc8a9d`](https://github.com/fosrl/pangolin/commit/1fc8a9dcd8bcfbf6c67c069f0233ac9ef92a4ef0) Delete .github/workflows/codeql.yml
- [`fb6481c`](https://github.com/fosrl/pangolin/commit/fb6481c67ca3a540f62ece97f6abed8fde7108e3) Update test.yml
- [`d40e8c1`](https://github.com/fosrl/pangolin/commit/d40e8c177544cd957da2f341f3fb52b813da8ff5) Update Makefile
### 📊 Changes
**5 files changed** (+106 additions, -51 deletions)
<details>
<summary>View changed files</summary>
➕ `.github/workflows/test.yml` (+53 -0)
📝 `Dockerfile` (+2 -2)
📝 `Makefile` (+3 -1)
📝 `package-lock.json` (+40 -40)
📝 `package.json` (+8 -8)
</details>
### 📄 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
1. Added a simple test for PR and push on `main` and `dev`. 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.
2. Added package-lock.json to the docker build because i got multiple errors by building the docker image.
3. Added PHONY to `Makefile` because without it was not possible to run the `make test` command
4. Renamed `build-all` to `build-release` because the `make` command is `build-release`
Please double check!! It's my first github action test :)
Hope this helps with the dependabot updates to find the first big issues.
Greetings Marvin
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.