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 30054a1 commit d7720baCopy full SHA for d7720ba
.github/workflows/test.yml
@@ -29,13 +29,13 @@ jobs:
29
python-version: ${{ env.DEFAULT_PYTHON }}
30
- name: Prepare virtual env for testing
31
run: |
32
- scripts/setup-test.sh
+ scripts/setup_test.sh
33
- name: Test
34
35
- scripts/tests-and-coverage.sh testing
+ scripts/tests_and_coverage.sh testing
36
- name: Quality
37
38
- scripts/tests-and-coverage.sh linting
+ scripts/tests_and_coverage.sh linting
39
40
shellcheck:
41
name: Shellcheck
0 commit comments