Skip to content

Commit

Permalink
Merge branch 'develop' into sign-off-authors-filed-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Aug 14, 2024
2 parents f95bd51 + aaecc53 commit fd7d7a3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 26 deletions.
22 changes: 0 additions & 22 deletions .github/docker-compose.yml

This file was deleted.

19 changes: 17 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ jobs:
server:

runs-on: ubuntu-latest
services:
redis:
image: redis:alpine
ports:
- "6379:6379"

mongo:
image: mongo:4.4
ports:
- "27017:27017"

elastic:
image: elasticsearch:7.10.1
ports:
- "9200:9200"
env:
discovery.type: single-node

defaults:
run:
Expand All @@ -27,8 +44,6 @@ jobs:
sudo apt-get update
sudo apt-get -y install libxml2-dev libxmlsec1-dev libxmlsec1-openssl libexempi-dev
- run: docker-compose -f ../.github/docker-compose.yml up -d

- run: |
python -m pip install --upgrade pip wheel setuptools
pip install -r dev-requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ markupsafe==2.0.1
# jinja2
# superdesk-core
# wtforms
mongolock==1.3.4
mongolock @ git+https://github.com/superdesk/mongolock.git@v1
# via superdesk-core
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -274,7 +274,7 @@ tzlocal==2.1
# via superdesk-core
unidecode==1.3.8
# via superdesk-core
urllib3==1.25.11
urllib3==1.26.19
# via
# botocore
# elastic-apm
Expand Down

0 comments on commit fd7d7a3

Please sign in to comment.