-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use script run for running tests and linter. #1410
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for docs-terramate-io canceled.
|
i4ki
force-pushed
the
i4k-add-internal-script
branch
from
February 2, 2024 02:53
af573f3
to
3d3a6c3
Compare
|
i4ki
force-pushed
the
i4k-add-internal-script
branch
2 times, most recently
from
February 26, 2024 17:52
ebc84d8
to
694d4c4
Compare
Preview of Project changes in 1f901f0 |
i4ki
force-pushed
the
i4k-add-internal-script
branch
7 times, most recently
from
March 4, 2024 02:18
afa5e96
to
3550a51
Compare
This is a preparation for using parallel scripts in the repo. The e2etests package has no real ordering dependency on the cmd and cmd/terramate directories, then by moving it up we allow it running in parallel with all other tests. Signed-off-by: Tiago Natel <[email protected]>
Signed-off-by: Tiago Natel <[email protected]>
Signed-off-by: Tiago Natel <[email protected]>
i4ki
force-pushed
the
i4k-add-internal-script
branch
from
March 8, 2024 15:05
3550a51
to
3145abf
Compare
Signed-off-by: Tiago Natel <[email protected]>
Signed-off-by: Tiago Natel <[email protected]>
i4ki
force-pushed
the
i4k-add-internal-script
branch
from
March 8, 2024 15:20
3145abf
to
4970e3d
Compare
Signed-off-by: Tiago Natel <[email protected]>
closing in favor of another approach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
EXPERIMENTAL IDEA: use
scripts
to run Terramate tests.Rationale: using it in Terramate itself can help us finding issues quickly and also gather experience using the feature.
While doing this I found bug #1409 so this PR depends on that fix.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?