mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #17] Automated testing #10
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @francisfuzz on GitHub (Jan 22, 2019).
Original GitHub issue: https://github.com/nektos/act/issues/17
👋 Hey @cplee and @nektos team!
Opening this issue to ask: any plans to introduce automated testing for this project (through a GitHub Action or a third-party CI service)?
@cplee commented on GitHub (Jan 22, 2019):
@francisfuzz awesome idea. Step 1...can you get the @nektos organization added to the GitHub Actions beta so I can add some automated test actions?
@francisfuzz commented on GitHub (Jan 23, 2019):
@cplee - Hi! Our team recently enabled the @nektos organization for beta. 🚀
@cplee commented on GitHub (Jan 23, 2019):
Aweseome, @francisfuzz! I have it setup now so that the unit tests and static analysis is being done via a GitHub Action. I also had added a unit test to cover #12 (see below) and plan to continue adding unit tests as issues are opened.
Do you have any other thoughts on additional approaches to automated testing?
github.com/nektos/act@a04141c444/actions/parser_test.go (L51-L59)@francisfuzz commented on GitHub (Jan 23, 2019):
@cplee - Great question! I'll give this some more thought and follow-up on this thread. :octocat: 💭
@francisfuzz commented on GitHub (Jan 23, 2019):
Also, I'd like to leave this note here for posterity (aka future me) so I don't forget!
github.com/nektos/act@320e9b6057has a clickable checkmark that exposes the check runs created for it@cplee commented on GitHub (Feb 13, 2019):
Closing after adding:
https://github.com/nektos/act/blob/master/actions/runner_test.go#L11