Skip to content

Commit

Permalink
feat: move mutation-testing folder to stacks-core folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Jan 16, 2024
1 parent 85ebbb8 commit c7574a1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions stacks-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Folder of composite actions for the [stacks blockchain](https://github.com/stack
- [cache](./cache) - Various cache operations
- [testenv](./testenv) - Configures a workflow with a testing environment
- [run-tests](./run-tests) - Run tests with [nextest](https://nexte.st)
- [mutation-testing](./mutation-testing) - Run mutation testing
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
steps:
- name: Check Packages and Shards
id: check_packages_and_shards
uses: stacks-network/actions/mutation-testing/check-packages-and-shards@main
uses: stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@main
```
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Output Mutants
id: output_pr_mutants
uses: stacks-network/actions/mutation-testing/output-pr-mutants@main
uses: stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@main
with:
big_packages: "true"
shards_for_big_packages: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: PR Differences Mutants
id: pr-differences-mutants
uses: stacks-network/actions/mutation-testing/pr-differences@main
uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
with:
package-dimension: "big"
```
File renamed without changes.

0 comments on commit c7574a1

Please sign in to comment.