[GH-ISSUE #17] Automated testing #10

Closed
opened 2026-03-01 21:39:05 +03:00 by kerem · 6 comments
Owner

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)?

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)?
kerem closed this issue 2026-03-01 21:39:06 +03:00
Author
Owner

@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?

<!-- gh-comment-id:456480799 --> @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?
Author
Owner

@francisfuzz commented on GitHub (Jan 23, 2019):

@cplee - Hi! Our team recently enabled the @nektos organization for beta. 🚀

<!-- gh-comment-id:456905150 --> @francisfuzz commented on GitHub (Jan 23, 2019): @cplee - Hi! Our team recently enabled the @nektos organization for beta. 🚀
Author
Owner

@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)

<!-- gh-comment-id:456944525 --> @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? https://github.com/nektos/act/blob/a04141c4440be5c0f003d5441e4e2a97bc09060e/actions/parser_test.go#L51-L59
Author
Owner

@francisfuzz commented on GitHub (Jan 23, 2019):

Do you have any other thoughts on additional approaches to automated testing?

@cplee - Great question! I'll give this some more thought and follow-up on this thread. :octocat: 💭

<!-- gh-comment-id:457006749 --> @francisfuzz commented on GitHub (Jan 23, 2019): > Do you have any other thoughts on additional approaches to automated testing? @cplee - Great question! I'll give this some more thought and follow-up on this thread. :octocat: 💭
Author
Owner

@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!

<!-- gh-comment-id:457007555 --> @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! * Checked [commit history](https://github.com/nektos/act/commits/master) * https://github.com/nektos/act/commit/320e9b60576739f791e301b47517d5b064f0b3d5 has a clickable checkmark that exposes the check runs created for it * Passing check run are visible here: * https://github.com/nektos/act/runs/53874274 * https://github.com/nektos/act/runs/53874303
Author
Owner

@cplee commented on GitHub (Feb 13, 2019):

Closing after adding:
https://github.com/nektos/act/blob/master/actions/runner_test.go#L11

<!-- gh-comment-id:463050775 --> @cplee commented on GitHub (Feb 13, 2019): Closing after adding: https://github.com/nektos/act/blob/master/actions/runner_test.go#L11
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#10
No description provided.