We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1c030 commit 5cb257cCopy full SHA for 5cb257c
.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