Skip to content

Commit

Permalink
Merge branch 'main' into ci_container
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Dec 19, 2024
2 parents 7d12417 + e8ce5c1 commit 2d7f1f2
Show file tree
Hide file tree
Showing 600 changed files with 55,972 additions and 55,426 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
container:
image: python:3.11-bullseye
image: python:3.12-bullseye
env:
node-version: '20'
mailroom-version: '9.3.3'
mailroom-version: '9.3.59'

services:
redis:
Expand Down Expand Up @@ -62,13 +62,19 @@ jobs:
./mailroom -db=postgres://temba:temba@postgres:5432/temba?sslmode=disable -redis=redis://redis:6379/15 -log-level=info > mailroom.log &
working-directory: ${{ github.workspace }}

- name: Install and start DynamoDB
uses: rrainn/[email protected]
with:
port: 6000

- name: Initialize environment
run: |
npm install -g yarn less
poetry install
yarn install
ln -s settings.py.dev temba/settings.py
poetry run python manage.py migrate
poetry run python manage.py migrate_dynamo --testing
working-directory: ${{ github.workspace }} # https://github.com/actions/runner/issues/2058#issuecomment-2085119510

- name: Run pre-test checks
Expand Down
Loading

0 comments on commit 2d7f1f2

Please sign in to comment.