Skip to content

Commit

Permalink
Merge pull request #2495 from dbluhm/fix/scripts-run-test
Browse files Browse the repository at this point in the history
fix: run tests script copying local env
  • Loading branch information
swcurran committed Sep 18, 2023
2 parents 9e7e74a + bc833ca commit d705ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ test-reports
.python-version
docker
env
.venv
3 changes: 2 additions & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ WORKDIR /usr/src/app
RUN pip install --no-cache-dir poetry

ADD ./README.md pyproject.toml ./poetry.lock ./
RUN mkdir aries_cloudagent && touch aries_cloudagent/__init__.py

RUN poetry install --no-root --no-directory -E "askar bbs"
RUN poetry install --no-directory -E "askar bbs" --with=dev

ADD . .

Expand Down

0 comments on commit d705ca2

Please sign in to comment.