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/871
**Author:** [@Lokowitz](https://github.com/Lokowitz)
**Created:** 6/8/2025
**Status:** ✅ Merged
**Merged:** 6/10/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `feat-add-test`
---
### 📝 Commits (10+)
- [`0eb35f2`](https://github.com/fosrl/pangolin/commit/0eb35f2221243cae671fb4720695ae68f0719c7c) Create test.yml
- [`b353a8f`](https://github.com/fosrl/pangolin/commit/b353a8f9b4fe963ba785b4e10d31645f2ebda721) Update Makefile
- [`6f8c538`](https://github.com/fosrl/pangolin/commit/6f8c538086b814f7ad8121c12eebbb0afd7ae6ee) Update Dockerfile
- [`571db82`](https://github.com/fosrl/pangolin/commit/571db825ad8ba5fb53fd90899612ff2f811c40be) Merge branch 'fosrl:main' into feat-add-test
- [`3c7a91a`](https://github.com/fosrl/pangolin/commit/3c7a91a0478cd172c94f1e6d6a80edb2bdd6dfa2) Update test.yml
- [`92caac3`](https://github.com/fosrl/pangolin/commit/92caac309a197d05c67d2c29e24d83a31bcafc99) Update Dockerfile
- [`ced34dd`](https://github.com/fosrl/pangolin/commit/ced34dd2c6f0aa0549a38cdd2f22c41e59200fc7) Update Dockerfile.pg
- [`9897c53`](https://github.com/fosrl/pangolin/commit/9897c53ed3a23739a39c3dff594b06f089a17b25) Update Dockerfile
- [`fc6c93a`](https://github.com/fosrl/pangolin/commit/fc6c93a08adace2566b7053e009832604e69a584) Update Dockerfile.pg
- [`ff9e5a3`](https://github.com/fosrl/pangolin/commit/ff9e5a383b5343acc2aea6b2b0b3006a19d32359) Update test.yml
### 📊 Changes
**4 files changed** (+60 additions, -9 deletions)
<details>
<summary>View changed files</summary>
➕ `.github/workflows/test.yml` (+49 -0)
📝 `Dockerfile` (+4 -4)
📝 `Dockerfile.pg` (+4 -4)
📝 `Makefile` (+3 -1)
</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/871
Author: @Lokowitz
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @oschwartz10612
Base:
main← Head:feat-add-test📝 Commits (10+)
0eb35f2Create test.ymlb353a8fUpdate Makefile6f8c538Update Dockerfile571db82Merge branch 'fosrl:main' into feat-add-test3c7a91aUpdate test.yml92caac3Update Dockerfileced34ddUpdate Dockerfile.pg9897c53Update Dockerfilefc6c93aUpdate Dockerfile.pgff9e5a3Update test.yml📊 Changes
4 files changed (+60 additions, -9 deletions)
View changed files
➕
.github/workflows/test.yml(+49 -0)📝
Dockerfile(+4 -4)📝
Dockerfile.pg(+4 -4)📝
Makefile(+3 -1)📄 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.