Skip to content

Commit fba1c89

Browse files
authored
Merge pull request #53 from Charlesworth/feature/fix-ci-tests
enable the tests in the CI
2 parents 93d4bda + 22147c1 commit fba1c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: Install dependencies
2323
uses: "VaultVulp/action-pipenv@master"
2424
with:
25-
args: install -d
25+
command: install --dev
2626
- name: Run linter
2727
uses: "VaultVulp/action-pipenv@master"
2828
with:
29-
args: run flake8
29+
command: run flake8
3030
- name: Run tests
3131
uses: "VaultVulp/action-pipenv@master"
3232
with:
33-
args: run python -m pytest --cov=evasdk --cov-branch --cov-report=xml
33+
command: run test --cov=evasdk --cov-branch --cov-report=xml
3434
- name: Upload to codecov
3535
uses: codecov/[email protected]
3636
with:

0 commit comments

Comments
 (0)