[PR #2682] [MERGED] Add tests against reading config files #2554

Closed
opened 2026-03-01 21:55:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2682
Author: @wooseopkim
Created: 2/23/2025
Status: Merged
Merged: 2/25/2025
Merged by: @mergify[bot]

Base: masterHead: actrc


📝 Commits (6)

  • 08d40a0 Add tests
  • 8e35996 Use test tables
  • 829e324 Rename test config to better show its purpose
  • 7462a4b Use temporary environment for testing
  • 39e9b3f Check also expansion with curly braces
  • 6a2824b Merge branch 'master' into actrc

📊 Changes

4 files changed (+46 additions, -0 deletions)

View changed files

📝 cmd/root_test.go (+41 -0)
cmd/testdata/env.actrc (+2 -0)
cmd/testdata/simple.actrc (+2 -0)
cmd/testdata/split.actrc (+1 -0)

📄 Description

My sinister scheme here is to get #2681 resolved in the end, but this PR is an enhancement regardless of that I guess.


🔄 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/nektos/act/pull/2682 **Author:** [@wooseopkim](https://github.com/wooseopkim) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `actrc` --- ### 📝 Commits (6) - [`08d40a0`](https://github.com/nektos/act/commit/08d40a0506f6e377f2b795cb9fbf97c6b34df0c6) Add tests - [`8e35996`](https://github.com/nektos/act/commit/8e359960e74fb9b55bc2ca02c4b263970e9616ef) Use test tables - [`829e324`](https://github.com/nektos/act/commit/829e324aaa9ad80e695b355c95838b410fd18116) Rename test config to better show its purpose - [`7462a4b`](https://github.com/nektos/act/commit/7462a4bfb50d1f155291dd3ac2457e17d1855dea) Use temporary environment for testing - [`39e9b3f`](https://github.com/nektos/act/commit/39e9b3fefc93cac14173d794df7197381365a081) Check also expansion with curly braces - [`6a2824b`](https://github.com/nektos/act/commit/6a2824b76b0b05bce1758c9fb20e6c32b141d794) Merge branch 'master' into actrc ### 📊 Changes **4 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/root_test.go` (+41 -0) ➕ `cmd/testdata/env.actrc` (+2 -0) ➕ `cmd/testdata/simple.actrc` (+2 -0) ➕ `cmd/testdata/split.actrc` (+1 -0) </details> ### 📄 Description My sinister scheme here is to get #2681 resolved in the end, but this PR is an enhancement regardless of that I guess. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:56 +03:00
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#2554
No description provided.