Skip to content

Commit

Permalink
integration test attemp #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamforka committed Feb 12, 2023
1 parent 3fe5f4a commit f2b17b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
username: kamforka
password: ${{ secrets.DOCKER_TOKEN }}
ports:
- 9000/tcp
- 9000:9000
options: --name thehive4py-integration-tests
steps:
- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
python-version: 3.11
- name: Docker checks
run: docker ps -a
# - name: Install dependencies
# run: pip install --no-cache-dir -U pip .['dev']
# - name: Run integration tests
# run: pytest -v
- name: Install dependencies
run: pip install --no-cache-dir -U pip .['dev']
- name: Run integration tests
run: pytest -vx

0 comments on commit f2b17b7

Please sign in to comment.