Add with/test script flag

This commit is contained in:
Andrew Shumway
2023-05-01 14:52:12 -06:00
parent 3ab979347c
commit a3b18070ae

View File

@@ -24,6 +24,8 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm test
- name: Run style checks
run: pipenv run flake8 .
- name: Check imports alphabetized