From f2b17b734d159448aeba6e097d90063c05200995 Mon Sep 17 00:00:00 2001 From: Kamforka Date: Sun, 12 Feb 2023 12:39:39 +0100 Subject: [PATCH] integration test attemp #1 --- .github/workflows/integration-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 94d3c74d..f13d6211 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 @@ -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 \ No newline at end of file + - name: Install dependencies + run: pip install --no-cache-dir -U pip .['dev'] + - name: Run integration tests + run: pytest -vx \ No newline at end of file