Skip to content

Commit d7720ba

Browse files
committed
fix underscores in startup
1 parent 30054a1 commit d7720ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
python-version: ${{ env.DEFAULT_PYTHON }}
3030
- name: Prepare virtual env for testing
3131
run: |
32-
scripts/setup-test.sh
32+
scripts/setup_test.sh
3333
- name: Test
3434
run: |
35-
scripts/tests-and-coverage.sh testing
35+
scripts/tests_and_coverage.sh testing
3636
- name: Quality
3737
run: |
38-
scripts/tests-and-coverage.sh linting
38+
scripts/tests_and_coverage.sh linting
3939
4040
shellcheck:
4141
name: Shellcheck

0 commit comments

Comments
 (0)