We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa6fc5 commit 3f287f4Copy full SHA for 3f287f4
.github/workflows/pricing-mutate.yml
@@ -31,5 +31,3 @@ jobs:
31
working-directory: ecommerce/pricing
32
- name: Run incremental mutation testing
33
run: make -C ecommerce/pricing mutate-changes
34
- env:
35
- GIT_BASE_SHA: ${{ github.event.pull_request.base.sha }}
.github/workflows/rails_application-mutate.yml
@@ -55,4 +55,3 @@ jobs:
55
env:
56
DATABASE_URL: "postgres://postgres:secret@localhost:5432/cqrs-es-sample-with-res_test"
57
RAILS_ENV: test
58
0 commit comments