Skip to content

Commit 79e84c0

Browse files
committed
ci: correctly use json formatter for property tests
1 parent 6951421 commit 79e84c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/property-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Run property tests
4040
env:
4141
GH_TOKEN: ${{ github.token }}
42-
run: nix develop --command bash -c "mix test --only property | .github/property_failures.exs"
42+
run: nix develop --command bash -c "MIX_ENV=test mix test.json --only property | .github/property_failures.exs"

0 commit comments

Comments
 (0)