Skip to content

Commit

Permalink
chore: run docker manually
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs authored and gabotechs committed Jun 11, 2023
1 parent 2512839 commit 79b0e79
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
unit-test-lint:
if: ${{ !startsWith(github.event.head_commit.message, 'tag') }}
runs-on: ubuntu-latest
services:
signway:
image: gabotechs/signway
options: --entrypoint "signway my-id my-secret"
ports:
- 3000:3000

steps:
- uses: actions/checkout@v3
- run: pipx install poetry
Expand All @@ -32,7 +25,9 @@ jobs:
python-version: '3.11'
cache: poetry
- run: poetry install
- run: docker run -p 3000:3000 -d --name signway --rm gabotechs/signway my-id my-secret
- run: poetry run pytest -v signway_sdk
- run: docker kill signway
- run: poetry run flake8

release:
Expand Down

0 comments on commit 79b0e79

Please sign in to comment.