Skip to content
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: move test scripts from 'package.json' to 'Taskfile' #1485

Conversation

instamenta
Copy link
Contributor

@instamenta instamenta commented Feb 25, 2025

Description

Scripts related to running tests are moved from "scripts" inside the root package.json to the root Taskfile.yml

Related Issues

Copy link
Contributor

github-actions bot commented Feb 25, 2025

Unit Test Results - Linux

24 tests  ±0   24 ✅ ±0   0s ⏱️ ±0s
13 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 096a05f. ± Comparison against base commit 8e8606c.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 25, 2025

Unit Test Results - Windows

  1 files  ±0   70 suites  ±0   2s ⏱️ ±0s
289 tests ±0  289 ✅ ±0  0 💤 ±0  0 ❌ ±0 
294 runs  ±0  294 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 096a05f. ± Comparison against base commit 8e8606c.

♻️ This comment has been updated with latest results.

@jeromy-cannon jeromy-cannon added the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Feb 25, 2025
…n-scripts-into-taskfile-to-clean-it-up-and-make-it-less-complex

# Conflicts:
#	.github/workflows/zxc-e2e-test.yaml
Signed-off-by: Zhan Milenkov <[email protected]>
@instamenta instamenta added PR: Checks Failed A pull request where the checks have failed. and removed PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. labels Feb 25, 2025
andrewb1269hg
andrewb1269hg previously approved these changes Feb 25, 2025
Copy link
Contributor

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review and approve .yaml files assigned to Platform CI Team.

@jeromy-cannon jeromy-cannon added the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Feb 26, 2025
@jeromy-cannon
Copy link
Contributor

@instamenta , also Deploy Hugo site to Pages / Build (pull_request) failed with:

2025-03-31T14:55:36.8656460Z task: Failed to run task "default": task: Maximum task call exceeded (1000) for task "build": probably an cyclic dep or infinite loop

@instamenta instamenta removed the PR: Needs Team Approval A pull request that needs review from a team member. label Mar 31, 2025
…n-scripts-into-taskfile-to-clean-it-up-and-make-it-less-complex

# Conflicts:
#	src/data/schema/migration/api/schema-base.ts
…xamples in the examples folder

Signed-off-by: Zhan Milenkov <[email protected]>
@instamenta instamenta marked this pull request as draft April 1, 2025 10:04
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
@instamenta instamenta marked this pull request as ready for review April 1, 2025 11:16
@instamenta instamenta added the PR: Needs Team Approval A pull request that needs review from a team member. label Apr 1, 2025
@jeromy-cannon jeromy-cannon added PR: Unresolved Comments A pull request where there are comments and they need to be resolved. and removed PR: Needs Team Approval A pull request that needs review from a team member. labels Apr 1, 2025
Signed-off-by: Zhan Milenkov <[email protected]>
…n-scripts-into-taskfile-to-clean-it-up-and-make-it-less-complex

# Conflicts:
#	Taskfile.helper.yml
Signed-off-by: Zhan Milenkov <[email protected]>
@instamenta instamenta added PR: Needs Team Approval A pull request that needs review from a team member. PR: Needs Manager Approval A pull request that needs review from a manager. and removed PR: Unresolved Comments A pull request where there are comments and they need to be resolved. labels Apr 2, 2025
…n-scripts-into-taskfile-to-clean-it-up-and-make-it-less-complex

# Conflicts:
#	.github/workflows/flow-build-application.yaml
#	.github/workflows/flow-pull-request-checks.yaml
#	package.json
@jeromy-cannon jeromy-cannon merged commit beec381 into main Apr 2, 2025
45 checks passed
@jeromy-cannon jeromy-cannon deleted the 01073-move-packagejson-scripts-into-taskfile-to-clean-it-up-and-make-it-less-complex branch April 2, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Needs Manager Approval A pull request that needs review from a manager. PR: Needs Team Approval A pull request that needs review from a team member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move package.json scripts into Taskfile to clean it up and make it less complex
4 participants