Skip to content

Commit

Permalink
build: remove mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jan 5, 2024
1 parent 4f99903 commit 90c7c88
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,32 +96,6 @@ jobs:
megalinter-reports
mega-linter.log
mutation-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setup dependencies, cache and install
uses: ./.github/actions/install

- name: Build plugin

run: yarn pack

- name: Mutation test
run: yarn test:mutation

- uses: actions/upload-artifact@v3
with:
name: mutation-test-report
path: reports/mutation

build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
Expand Down

0 comments on commit 90c7c88

Please sign in to comment.