Skip to content

Commit

Permalink
test_samba.yml: fixup github actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
isi-mfurer committed May 3, 2022
1 parent b9c1b11 commit abfdf2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_samba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
PIKE_PORT: ${{ job.services.samba.ports[445] }}
PIKE_SHARE: pike
PIKE_CREDS: pike%GiThubCI123
run:
- python -m unittest -v pike.test.samba_suite
- python -m pytest --pyargs pike.test.internal
run: |
python -m unittest -v pike.test.samba_suite
python -m pytest --pyargs pike.test.internal

0 comments on commit abfdf2e

Please sign in to comment.