Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Mar 23, 2023
1 parent 3ae9202 commit 39246f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ COPY --chown=irisowner:irisowner . /home/irisowner/sqlalchemy-iris

WORKDIR /home/irisowner/sqlalchemy-iris

ENV PIP_TARGET=/usr/irissys/mgr/python

RUN pip install -r requirements-dev.txt -r requirements-iris.txt && \
pip install -e .

Expand Down
4 changes: 2 additions & 2 deletions test-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ exit_on_error () {
iris_start

# Test in Network mode
python3 -m pytest
/usr/irissys/bin/irispython -m pytest
exit_on_error

# Test in Embedded mode
python3 -m pytest --db irisemb
/usr/irissys/bin/irispython -m pytest --db irisemb
exit_on_error

iris_stop

0 comments on commit 39246f8

Please sign in to comment.