feat - add github action test #1384

Closed
opened 2026-04-05 19:18:57 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Lokowitz on 6/8/2025

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

*Originally created by @Lokowitz on 6/8/2025* ## 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1384