[PR #870] [CLOSED] feat - add github action test #2345

Closed
opened 2026-04-16 09:21:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/870
Author: @Lokowitz
Created: 6/8/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 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

  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


🔄 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>
GiteaMirror added the pull-request label 2026-04-16 09:21:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2345