mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-05-21 15:22:23 -04:00
[PR #53] [MERGED] Add continuous integration with github actions #98
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/antonkomarev/github-profile-views-counter/pull/53
Author: @rizkytegar
Created: 7/3/2022
Status: ✅ Merged
Merged: 7/8/2022
Merged by: @antonkomarev
Base:
master← Head:master📝 Commits (2)
083d96bcreate continuous integration for PHP testb883948add docker test for continuous integration📊 Changes
1 file changed (+31 additions, -0 deletions)
View changed files
➕
.github/workflows/ci.yml(+31 -0)📄 Description
Doing test projects with various operating systems and different PHP versions, Also added Docker Test
Setup PHP test
The PHP version used is as follows:
The operating system used is as follows:
PHP extensions :
Setup Docker Test
Run Docker Build
DEMO
View full results:
https://github.com/rizkytegar/github-profile-views-counter/actions/runs/2607304106
Take a look at the PHP test example:
https://github.com/rizkytegar/github-profile-views-counter/runs/7173221851?check_suite_focus=true
Take a look at the Docker test example:
https://github.com/rizkytegar/github-profile-views-counter/runs/7173221594?check_suite_focus=true
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.