mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[PR #871] [MERGED] feat - add test action #11146
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/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.