We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf57c93 commit 060d32fCopy full SHA for 060d32f
.pre-commit-config.yaml
@@ -103,7 +103,7 @@ repos:
103
- id: testing
104
name: "Local Testing - Performing Tests"
105
# yamllint disable-line rule:line-length
106
- entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh testing'
+ entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh test_and_coverage'
107
language: script
108
pass_filenames: false
109
- repo: https://github.com/igorshubovych/markdownlint-cli
scripts/tests_and_coverage.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/usr/bin/env bash -x
2
set -eu
3
4
my_path=$(git rev-parse --show-toplevel)
0 commit comments